summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2018-10-17 13:03:55 -0400
committerChris Evich <cevich@redhat.com>2018-10-18 12:33:36 -0400
commit4de69da7bd5739a0845e3c0cae751d4c5eb615f4 (patch)
tree99ccd28fdcd32af6a9efc428693e5a7c6557f60c /contrib
parent0c17f2010a6d296cfcecc6f703c22e185f930d63 (diff)
downloadpodman-4de69da7bd5739a0845e3c0cae751d4c5eb615f4.tar.gz
podman-4de69da7bd5739a0845e3c0cae751d4c5eb615f4.tar.bz2
podman-4de69da7bd5739a0845e3c0cae751d4c5eb615f4.zip
Revert "Cirrus: Enable debugging delay on non-zero exit"
This reverts commit b610913ef55ac36d0b145a7d20461649650cc5a1. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/python/podman/test/test_runner.sh12
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