summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/run_tests.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-03-14 21:19:57 +0100
committerGitHub <noreply@github.com>2022-03-14 21:19:57 +0100
commitb8bc5b58368a9c6ce9dbfc80baca933004fd0722 (patch)
tree016872e56c12f5edb3df12cf9a9cc87680f2bcc5 /tests/custom/run_tests.sh
parent23929951ad4b0ed2bcea793f6bf72d9e4236d3c7 (diff)
parentb4a1fd5bb4b24cec6b1410209de3f9511a00ff28 (diff)
Merge pull request #48 from jow-/cli-rework
main: rework CLI frontend
Diffstat (limited to 'tests/custom/run_tests.sh')
-rwxr-xr-xtests/custom/run_tests.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/custom/run_tests.sh b/tests/custom/run_tests.sh
index 2f13c3b..c2839df 100755
--- a/tests/custom/run_tests.sh
+++ b/tests/custom/run_tests.sh
@@ -93,10 +93,7 @@ run_testcase() {
IFS=$' \t\n'
- $ucode_bin $args -e '{
- "REQUIRE_SEARCH_PATH": [ "'"$ucode_lib"'/*.so" ],
- "TESTFILES_PATH": "'"$dir"'/files"
- }' -i - <"$in" >"$dir/res.out" 2>"$dir/res.err"
+ $ucode_bin -T -L "$ucode_lib/*.so" -D TESTFILES_PATH="$dir/files" $args - <"$in" >"$dir/res.out" 2>"$dir/res.err"
)
printf "%d\n" $? > "$dir/res.code"