test only .🗿 file

This commit is contained in:
starnakin 2023-07-26 13:05:16 +02:00
parent 69a044b3fa
commit 0b09f0d262

View File

@ -17,7 +17,7 @@ tester()
}
if [ $# -eq 0 ]
then
tester $(ls tests/ | grep -v 'test.🗿' | sed 's/^tests\///; s/\.🗿$//' | tr '\n' ' ' );
tester $(ls tests/*.🗿 | grep -v 'test.🗿' | sed 's/^tests\///; s/\.🗿$//' | tr '\n' ' ' );
else
tester $@;
fi