summaryrefslogtreecommitdiff
path: root/yarn.tests/warn-if-empty.script
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-22 08:06:54 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-22 08:06:54 +0100
commitb85ce2b1ee32503cd251f3d45548d22057a66837 (patch)
tree4fe8008027db4563119d196a3f6375da2a1abfce /yarn.tests/warn-if-empty.script
parentf02f04190d1973b04790fd60968190b92ba67ef3 (diff)
downloadcmdtest-b85ce2b1ee32503cd251f3d45548d22057a66837.tar.gz
Run yarn in tests without user's config
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