diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-12-03 19:13:02 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-12-03 19:13:02 -0500 |
commit | 2346807fecb6617fecb6a2ff3cd66988726254b6 (patch) | |
tree | 220f572d59070d84557cd1d1b43ee8735393415a /tests/run-tests.sh | |
parent | e7091ba29c28352cfb33906092e212723db399b1 (diff) |
[TESTS] specify bash
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-x | tests/run-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 0434b89..d910e93 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -1,3 +1,5 @@ +#!/bin/bash + PARSECMD=../build/parse PARSEFILE=" " |