Skip to content

Commit

Permalink
NO-ISSUE: Enable debugging mode in the script executed inside CI mach…
Browse files Browse the repository at this point in the history
…ine (#51505)
  • Loading branch information
danmanor committed Apr 30, 2024
1 parent 85869b3 commit 0bdf48c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ scp "${SSHOPTS[@]}" "${SHARED_DIR}/test-list" "root@${IP}:/tmp/test-list"

echo "### Running tests"
timeout --kill-after 10m 120m ssh "${SSHOPTS[@]}" "root@${IP}" bash - << "EOF"
set -x
# prepending each printed line with a timestamp
exec > >(awk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }') 2>&1
Expand Down

0 comments on commit 0bdf48c

Please sign in to comment.