mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
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:

committed by
Atomic Bot

parent
f9eb421348
commit
b4c5aaf845
@ -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 ]
|
||||||
|
Reference in New Issue
Block a user