summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-05-12 17:12:25 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-14 13:32:47 +0000
commitb4c5aaf8458698c927a39cfd9048366b29d0e665 (patch)
treeeacef4e0ba7daabc3f00adabea65ce13dc8d4f75
parentf9eb421348bcb582907e60a9b4496239cbd2e92d (diff)
downloadpodman-b4c5aaf8458698c927a39cfd9048366b29d0e665.tar.gz
podman-b4c5aaf8458698c927a39cfd9048366b29d0e665.tar.bz2
podman-b4c5aaf8458698c927a39cfd9048366b29d0e665.zip
Remove stop on error from Docker install switch in baseline tests
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #760 Approved by: mheon
-rw-r--r--test/test_podman_baseline.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_podman_baseline.sh b/test/test_podman_baseline.sh
index cd8cc3b4f..59bcb0e84 100644
--- a/test/test_podman_baseline.sh
+++ b/test/test_podman_baseline.sh
@@ -28,7 +28,6 @@ done
if [ "$installdocker" -eq 1 ]
then
echo "Script will install and then deinstall Docker."
- set -eu
fi
if [ "$showerror" -eq 1 ]