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