From 417a970bc296fdc9b4efefbfeecf550a7a66527f Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 23 Aug 2017 10:11:26 +0100 Subject: [PATCH] [functional-tests] Stop printing the command line in run-tests --- functional-tests/run-tests | 2 -- 1 file changed, 2 deletions(-) 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)