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 e7475f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ 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
exec > >(awk '{ print strfwheretime("[%Y-%m-%d %H:%M:%S]"), $0 }') 2>&1
for kubeconfig in $(find ${KUBECONFIG} -type f); do
export KUBECONFIG=${kubeconfig}
Expand Down

0 comments on commit e7475f3

Please sign in to comment.