[functional-tests] Stop printing the command line in run-tests
This commit is contained in:
parent
029db28b3b
commit
417a970bc2
@ -76,8 +76,6 @@
|
|||||||
(dsp "here's some helpful help\n")))
|
(dsp "here's some helpful help\n")))
|
||||||
|
|
||||||
(define (exec-run args)
|
(define (exec-run args)
|
||||||
(fmt #t (dsp "args = ") (pretty args))
|
|
||||||
|
|
||||||
(let ((pred (mk-filter args)))
|
(let ((pred (mk-filter args)))
|
||||||
(if (run-scenarios (filter pred (list-scenarios)))
|
(if (run-scenarios (filter pred (list-scenarios)))
|
||||||
(exit)
|
(exit)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user