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
@@ -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}\" ===."