summaryrefslogtreecommitdiff
path: root/yarn.tests/warn-if-empty.script
diff options
context:
space:
mode:
Diffstat (limited to 'yarn.tests/warn-if-empty.script')
-rwxr-xr-xyarn.tests/warn-if-empty.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.tests/warn-if-empty.script b/yarn.tests/warn-if-empty.script
index 3594929..03be52d 100755
--- a/yarn.tests/warn-if-empty.script
+++ b/yarn.tests/warn-if-empty.script
@@ -6,5 +6,5 @@ touch "$DATADIR/empty.yarn"
# The grep below will fail unless the string exists, thereby failing the
# entire test.
-./yarn --log=/dev/stdout "$DATADIR/empty.yarn" 2>&1 |
+./run-yarn --no-quiet --log=/dev/stdout "$DATADIR/empty.yarn" 2>&1 |
grep 'No scenario code blocks' > /dev/null