diff --git a/functional-tests/run-tests b/functional-tests/run-tests index 7a28cfe..6239ff6 100755 --- a/functional-tests/run-tests +++ b/functional-tests/run-tests @@ -152,7 +152,9 @@ list-command-line)) (define (bad-command-line) - (fmt (current-error-port) (dsp "bad command line\n"))) + (fmt (current-error-port) (dsp "bad command line\n")) + (exec-help) + (exit 1)) ;; () -> thunk (define (parse-command-line)