From f02f04190d1973b04790fd60968190b92ba67ef3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 21 Jul 2013 22:36:48 +0100 Subject: Make test suite invoke yarn with --quiet --- yarn.tests/multi.script | 2 +- yarn.tests/multi.stdout | 1 - yarn.tests/simple.script | 2 +- yarn.tests/simple.stderr | 6 ------ 4 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 yarn.tests/multi.stdout diff --git a/yarn.tests/multi.script b/yarn.tests/multi.script index 35818fa..5e08cba 100755 --- a/yarn.tests/multi.script +++ b/yarn.tests/multi.script @@ -19,5 +19,5 @@ cat < "$DATADIR/2.yarn" true EOF -./yarn "$DATADIR/1.yarn" "$DATADIR/2.yarn" | +./yarn -q "$DATADIR/1.yarn" "$DATADIR/2.yarn" | sed 's/, in .* seconds$//' diff --git a/yarn.tests/multi.stdout b/yarn.tests/multi.stdout deleted file mode 100644 index 22c4303..0000000 --- a/yarn.tests/multi.stdout +++ /dev/null @@ -1 +0,0 @@ -Scenario test suite PASS, with 1 scenarios diff --git a/yarn.tests/simple.script b/yarn.tests/simple.script index 3382af7..9cd3398 100755 --- a/yarn.tests/simple.script +++ b/yarn.tests/simple.script @@ -2,4 +2,4 @@ set -eu -./yarn simple.scenario +./yarn -q simple.scenario diff --git a/yarn.tests/simple.stderr b/yarn.tests/simple.stderr index 3df1113..df917a0 100644 --- a/yarn.tests/simple.stderr +++ b/yarn.tests/simple.stderr @@ -1,7 +1 @@ -ERROR: In scenario "a simple scenario" -step "THEN not all is well" failed, -with exit code 1: -Standard output from shell command: -Standard error from shell command: - ERROR: Test suite FAILED in 1 scenarios -- cgit v1.2.1