mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-28 18:57:48 +01:00
rename tests
This commit is contained in:
@@ -3,7 +3,7 @@ cd "$(dirname "$0")"
|
||||
|
||||
FAILED=()
|
||||
|
||||
for FILE in *.psil; do
|
||||
for FILE in *.test.psil; do
|
||||
echo "TESTING $FILE"
|
||||
$PSIL -f $FILE --repl- --default_log_level:0 > $FILE.res
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user