summaryrefslogtreecommitdiff
path: root/yarns/9000-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-16 22:27:31 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-16 22:27:31 +0000
commit58af75592a96608389d5c572702abdab346c53c5 (patch)
tree561f58c89974125ca6057b388139919a63ffd815 /yarns/9000-implements.yarn
parentd5b9575940ff9e48138a2f9e0bb3d82b84c6a6b8 (diff)
downloadobnam-58af75592a96608389d5c572702abdab346c53c5.tar.gz
Add some debugging output to a yarn step
This step failed under CI, but I haven't been able to reproduce the failure otherwise. I'm hoping this extra output (which will normally be hidden, but shown when a failure happens) will help me find the problem.
Diffstat (limited to 'yarns/9000-implements.yarn')
-rw-r--r--yarns/9000-implements.yarn6
1 files changed, 5 insertions, 1 deletions
diff --git a/yarns/9000-implements.yarn b/yarns/9000-implements.yarn
index 956c5d6d..e02ffe49 100644
--- a/yarns/9000-implements.yarn
+++ b/yarns/9000-implements.yarn
@@ -385,8 +385,12 @@ test the results in various ways as separate steps.
We can also match the stderr against a regular expression.
IMPLEMENTS THEN the error message matches "(.+)"
+ echo -----------------------
+ echo stderr being matched:
+ cat "$DATADIR/attempt.stderr"
+ echo -----------------------
attempt_matches stderr "$MATCH_1"
-
+
Checks on files
---------------