From f60158116e8c269225ddeb7dbe238c81f8e1a6ee Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Wed, 26 Feb 2025 08:14:46 +0100 Subject: [PATCH] Update daily_scl_tests.sh --- daily_tests/daily_scl_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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