diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-23 07:41:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 07:41:43 -0700 |
commit | 79befd5158c8f01a88e4d14e46851ddcc11d51c4 (patch) | |
tree | c823e9f68d9857d2abf819d8529259000ea00d24 /contrib/python/podman/test/test_runner.sh | |
parent | ab2b3d64ceaf496107c734575581460185c97369 (diff) | |
parent | 4de69da7bd5739a0845e3c0cae751d4c5eb615f4 (diff) | |
download | podman-79befd5158c8f01a88e4d14e46851ddcc11d51c4.tar.gz podman-79befd5158c8f01a88e4d14e46851ddcc11d51c4.tar.bz2 podman-79befd5158c8f01a88e4d14e46851ddcc11d51c4.zip |
Merge pull request #1648 from cevich/cirrus_podbot
Add simple IRC messenger
Diffstat (limited to 'contrib/python/podman/test/test_runner.sh')
-rwxr-xr-x | contrib/python/podman/test/test_runner.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh index 081b90779..65cbd1e9c 100755 --- a/contrib/python/podman/test/test_runner.sh +++ b/contrib/python/podman/test/test_runner.sh @@ -143,18 +143,6 @@ else RETURNCODE=$? fi -if [[ "$RETURNCODE" -ne 0 ]] && [[ -n "$FLAKE_DEBUG_DELAY" ]] -then - cat << EOF > /dev/stderr -***** -***** WARNING: \$FLAKE_DEBUG_DELAY IS SET AND PYTHON-PODMAN TESTS EXITED: $RETURNCODE -***** WARNING: Sleeping for 30 minutes for test-VM preservation oportunity. -***** -EOF - sleep 30m -fi - - pkill -9 podman pkill -9 conmon |