Add output column selector

This commit is contained in:
nolash
2021-09-08 17:19:30 +02:00
parent a3e9a3ee00
commit 5302b1f4f5
6 changed files with 64 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
set +e
set +x
export PYTHONPATH=.
export PYTHONPATH={$PYTHONPATH:-.}
for f in `ls tests/*.py`; do
python $f
if [ $? -gt 0 ]; then