Make test.sh always check only powerline/config_files directory
This commit is contained in:
parent
25806fa075
commit
83517f65b9
|
@ -7,7 +7,7 @@ for file in tests/test_*.py ; do
|
|||
FAILED=1
|
||||
fi
|
||||
done
|
||||
if ! ${PYTHON} scripts/powerline-lint ; then
|
||||
if ! ${PYTHON} scripts/powerline-lint -p powerline/config_files ; then
|
||||
FAILED=1
|
||||
fi
|
||||
exit $FAILED
|
||||
|
|
Loading…
Reference in New Issue