From 1e624f4d6895babc842be5ac38c15fe0f2baaa35 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Mon, 5 Sep 2016 15:45:41 +0200
Subject: [PATCH] log more information from failed tests

---
 tests.aarbology.sh    | 2 +-
 tests.astringology.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests.aarbology.sh b/tests.aarbology.sh
index 2d499f13f4..fae17be969 100755
--- a/tests.aarbology.sh
+++ b/tests.aarbology.sh
@@ -95,7 +95,7 @@ function runTest2 {
 	RET2=$?
 
 	if [ $RET != 0 ] || [ $RET2 != 0 ]; then # fail
-		log "$2" $RET "$3" "$4" "$OUT"
+		log "$2" $RET "$3" "$4" "$OUT1:$OUT2:$OUT"
 	fi
 
 	rm $3
diff --git a/tests.astringology.sh b/tests.astringology.sh
index 6a8cd14919..3d90a3f151 100755
--- a/tests.astringology.sh
+++ b/tests.astringology.sh
@@ -81,7 +81,7 @@ function runTest2 {
 	RET2=$?
 
 	if [ $RET != 0 ] || [ $RET2 != 0 ]; then # fail
-		log "$2" $RET "$3" "$4" "$OUT"
+		log "$2" $RET "$3" "$4" "$OUT1:$OUT2:$OUT"
 	fi
 
 	rm $3
-- 
GitLab