From c339a147ac901d4b2fc6f5de2b6413c01c4fdcf3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Jun 2013 12:20:21 +0100 Subject: Fix yarn so it works with its cmdtest suite --- yarn.tests/simple.exit | 1 + yarn.tests/simple.stderr | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 yarn.tests/simple.exit create mode 100644 yarn.tests/simple.stderr (limited to 'yarn.tests') diff --git a/yarn.tests/simple.exit b/yarn.tests/simple.exit new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/yarn.tests/simple.exit @@ -0,0 +1 @@ +1 diff --git a/yarn.tests/simple.stderr b/yarn.tests/simple.stderr new file mode 100644 index 0000000..db4fde4 --- /dev/null +++ b/yarn.tests/simple.stderr @@ -0,0 +1,7 @@ +ERROR: In story "a simple story" +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 stories -- cgit v1.2.1