diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2022-08-30 18:35:22 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2022-08-30 18:37:36 +0000 |
| commit | 161a37cc712bae177402d7143cb21b7d085c69c7 (patch) | |
| tree | 8eabf221dc1a31abf6f88dd6fcdb0b4e2a78fc82 /tests/script.sh | |
| parent | 1576f66712876ee8b0fcc8b35fb062e1813b4fc0 (diff) | |
Diffstat (limited to 'tests/script.sh')
| -rwxr-xr-x | tests/script.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/script.sh b/tests/script.sh index 5942e13159fe..f59daf343339 100755 --- a/tests/script.sh +++ b/tests/script.sh @@ -88,15 +88,15 @@ fi if [ "$d" = "bc" ]; then if [ "$run_stack_tests" -ne 0 ]; then - options="-lgq" + options="-lgqC" else - options="-lq" + options="-lqC" fi halt="halt" else - options="-x" + options="-xC" halt="q" fi @@ -159,7 +159,7 @@ else # This is to check that the command exists. If not, we should not try to # generate the test. Instead, we should just skip. - command -v "$d" + command -v "$d" 1>/dev/null 2>&1 err="$?" set -e |
