Skip to content

Commit fa1a583

Browse files
committed
Update daily_scl_tests.sh
1 parent 9bfccb5 commit fa1a583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: daily_tests/daily_scl_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function iterate_over_all_containers() {
9696
make "${TESTS}" TARGET="${TARGET}" > "${log_name}" 2>&1
9797
if [[ $? -ne 0 ]]; then
9898
echo "Tests for container $repo has failed."
99-
$PBINCLI send $PBINCLI_OPTS < "${log_name}" > "${RESULT_DIR}/${log_name}.txt" 2>&1
99+
$PBINCLI send $PBINCLI_OPTS < "${log_name}" > "${RESULT_DIR}/${repo}.txt" 2>&1
100100
echo "Show the last 100 lines from file: ${RESULT_DIR}/${repo}.log"
101101
tail -100 "${RESULT_DIR}/${repo}.log"
102102
fi

0 commit comments

Comments
 (0)