summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyarn.tests/multi.script2
-rw-r--r--yarn.tests/multi.stdout1
-rwxr-xr-xyarn.tests/simple.script2
-rw-r--r--yarn.tests/simple.stderr6
4 files changed, 2 insertions, 9 deletions
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 <<EOF > "$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