commit ba424f9a191d66c5e6a864b5b5843815f5bc7daf
parent 0b85c6cc4aa9f4013281e1791d3dc999312769ec
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 31 Jan 2024 09:36:28 +0100
output full log
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
@@ -31,7 +31,7 @@ print_logs()
for FAILURE in $(grep '^FAIL:' ${i} | cut -d' ' -f2)
do
echo "Printing ${FAILURE}.log"
- tail "$(dirname $i)/${FAILURE}.log"
+ cat "$(dirname $i)/${FAILURE}.log"
done
done
}