mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 05:14:58 +02:00
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…
x
Reference in New Issue
Block a user