mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 05:46:01 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user