Remove stop on error from Docker install switch in baseline tests

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #760
Approved by: mheon
This commit is contained in:
TomSweeneyRedHat
2018-05-12 17:12:25 -04:00
committed by Atomic Bot
parent f9eb421348
commit b4c5aaf845

View File

@ -28,7 +28,6 @@ done
if [ "$installdocker" -eq 1 ] if [ "$installdocker" -eq 1 ]
then then
echo "Script will install and then deinstall Docker." echo "Script will install and then deinstall Docker."
set -eu
fi fi
if [ "$showerror" -eq 1 ] if [ "$showerror" -eq 1 ]