Extract lscolors into its own python project.

This commit is contained in:
Andrew Hamilton 2021-11-06 23:58:17 +10:00
parent 895470b01b
commit a724d234c3
6 changed files with 20 additions and 5 deletions

View file

@ -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 | $?))