Skip to content

Commit

Permalink
NO-ISSUE: test
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanor committed Apr 30, 2024
1 parent 372db3f commit 7d14cdf
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 7d14cdf

Please sign in to comment.