Skip to content

Commit

Permalink
Merge pull request #758 from kabir/fix-text
Browse files Browse the repository at this point in the history
Fix debug output text
  • Loading branch information
kabir authored Oct 20, 2023
2 parents 4b23029 + 0f719e0 commit 05dce9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ poll_marker_files() {
}

wait_marker_files() {
echo "Waiting $seconds. 'oc rsh' in and either 'touch continue' to stop waiting, or 'touch exit' to abort the test run. The latter will result in the test being reported as failed"
echo "Waiting $seconds. Go to this pod's terminal in the console, and either 'touch continue' to stop waiting and proceed with the tests, or 'touch exit' to abort the test run. The latter will result in the test being reported as failed"
echo "You can log in to the cluster started by the CI to diagnose problems with the following commands"
echo "oc login $TEST_CLUSTER_URL -u $SYSADMIN_USERNAME -p $SYSADMIN_PASSWORD --insecure-skip-tls-verify"
#echo "oc get pods"
Expand Down

0 comments on commit 05dce9a

Please sign in to comment.