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