From b4c5aaf8458698c927a39cfd9048366b29d0e665 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Sat, 12 May 2018 17:12:25 -0400 Subject: Remove stop on error from Docker install switch in baseline tests Signed-off-by: TomSweeneyRedHat Closes: #760 Approved by: mheon --- test/test_podman_baseline.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 ] -- cgit v1.2.3-54-g00ecf