Make test.sh always check only powerline/config_files directory

This commit is contained in:
ZyX 2013-03-24 01:42:50 +04:00
parent 25806fa075
commit 83517f65b9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ for file in tests/test_*.py ; do
FAILED=1 FAILED=1
fi fi
done done
if ! ${PYTHON} scripts/powerline-lint ; then if ! ${PYTHON} scripts/powerline-lint -p powerline/config_files ; then
FAILED=1 FAILED=1
fi fi
exit $FAILED exit $FAILED