diff --git a/daily_tests/daily_scl_tests.sh b/daily_tests/daily_scl_tests.sh index 58bdf9e..4906b10 100755 --- a/daily_tests/daily_scl_tests.sh +++ b/daily_tests/daily_scl_tests.sh @@ -96,7 +96,7 @@ function iterate_over_all_containers() { make "${TESTS}" TARGET="${TARGET}" > "${log_name}" 2>&1 if [[ $? -ne 0 ]]; then echo "Tests for container $repo has failed." - $PBINCLI send $PBINCLI_OPTS < "${log_name}" > "${RESULT_DIR}/${log_name}.txt" 2>&1 + $PBINCLI send $PBINCLI_OPTS < "${log_name}" > "${RESULT_DIR}/${repo}.txt" 2>&1 echo "Show the last 100 lines from file: ${RESULT_DIR}/${repo}.log" tail -100 "${RESULT_DIR}/${repo}.log" fi