Extract lscolors into its own python project.
This commit is contained in:
parent
895470b01b
commit
a724d234c3
6 changed files with 20 additions and 5 deletions
2
test-all
2
test-all
|
|
@ -4,7 +4,7 @@
|
|||
FAILURE=0
|
||||
CODEBASE_PATH=$(dirname $0)
|
||||
cd ${CODEBASE_PATH}
|
||||
for test in {termstr,fill3,eris}/tests/*_test.py; do
|
||||
for test in {termstr,fill3,lscolors,eris}/tests/*_test.py; do
|
||||
echo "Testing $test …"
|
||||
./${test} 2>&1
|
||||
FAILURE=$(($FAILURE | $?))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue