1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

Show correct logs in integration tests (#571)

This commit is contained in:
Daniel Kurzynski
2019-03-18 13:17:11 +01:00
committed by GitHub
parent 7069f29ec5
commit 95af03279a

View File

@@ -96,6 +96,7 @@ for p in "${processes[@]}"
do
area=$(dirname "${p%:*}")
testCase=$(basename "${p%:*}")
TEST_CASE_ROOT="${WORKSPACES_ROOT}/${area}/${testCase}"
echo "[INFO] === START === Logs for test case \"${testCase}\" ===."
cat "${TEST_CASE_ROOT}/log.txt"
echo "[INFO] === END === Logs for test case \"${testCase}\" ===."