summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-07-31 21:10:23 -0400
committerRichard Maw <richard.maw@gmail.com>2017-08-01 12:54:12 +0100
commita1d6a46ef1f24b95c69bf050766bc36467f63855 (patch)
treebae99e74cbddbdc5bbaf3d178cde5f9ba7642bfe
parent4e16c524ab6712ed9c7c792c18380e8eeb2b67e6 (diff)
downloadgitano-a1d6a46ef1f24b95c69bf050766bc36467f63855.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":