diff --git a/functional-tests/run-tests b/functional-tests/run-tests index 899de13..7813480 100755 --- a/functional-tests/run-tests +++ b/functional-tests/run-tests @@ -76,8 +76,6 @@ (dsp "here's some helpful help\n"))) (define (exec-run args) - (fmt #t (dsp "args = ") (pretty args)) - (let ((pred (mk-filter args))) (if (run-scenarios (filter pred (list-scenarios))) (exit)