diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-12-10 00:53:58 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-12-10 00:53:58 -0500 |
commit | c3b9e4a8be18338ed5da223037d6259eaef54e8f (patch) | |
tree | 9f159c104fb183e16433e3dd64888347cf8a9899 /tests | |
parent | 9fc8b79c79975e99ea314b5e767b6c204a91f0ff (diff) |
[EXEC] Some literal handlers. Does not compile ATM.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index d910e93..2b8f460 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -5,7 +5,7 @@ PARSEFILE=" " parse () { echo "ATTEMPTING TO PARSE $1-test.tnsl" - $PARSECMD $2 -in $1-test.tnsl -out $1-test.tnt + $PARSECMD $2 -in $1-test.tnsl -out $1-test.tnt if [ $? -eq 0 ]; then echo "SUCCESS!" fi |