test(tests/playground/run.sh): fix

This commit is contained in:
Sebastian Ullrich 2019-02-27 10:57:36 +01:00
parent ed4cd39d59
commit 467799c6c3

View file

@ -3,6 +3,7 @@ if [ $# -eq 0 ]; then
echo "Usage: run.sh [file] [args]*"
exit 1
fi
./compile.sh $1
ff=$1
./compile.sh $ff
shift 1
"./$ff.out" $*
time "./$ff.out" $*