summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-07-31 21:10:23 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-07-31 21:10:23 -0400
commitbad1fa3d11b0bfe1724747e48201c05cebde555b (patch)
treebae99e74cbddbdc5bbaf3d178cde5f9ba7642bfe
parentd7130fbf9af670aa22a95d9ef294e9853a67756b (diff)
downloadgitano-bad1fa3d11b0bfe1724747e48201c05cebde555b.tar.gz
Also display stdin when failure ensues
-rw-r--r--testing/library.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/library.yarn b/testing/library.yarn
index f54a2e3..f678056 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -271,6 +271,8 @@ Generic utility methods
find .
echo "KEYS:"
cat user-home-testinstance/.ssh/authorized_keys
+ echo "IN":
+ if test -r stdin; then cat stdin; fi
echo "OUT":
if test -r stdout; then cat stdout; fi
echo "ERR":