test(tests/playground/run.sh): fix
This commit is contained in:
parent
ed4cd39d59
commit
467799c6c3
1 changed files with 3 additions and 2 deletions
|
|
@ -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" $*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue