[functional-tests] Stop printing the command line in run-tests

This commit is contained in:
Joe Thornber 2017-08-23 10:11:26 +01:00
parent 029db28b3b
commit 417a970bc2

View File

@ -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)