Skip to content

Commit 35e5e4c

Browse files
committed
tests.sh: do not fail if errors occur during cleanup
1 parent 9502f36 commit 35e5e4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,5 +350,8 @@ fi # end of: if [ "$1" = http ]
350350
################################################################################
351351
# cleanup before exiting
352352

353+
# do not make an error during cleanup_containers fail the test
354+
set +e
355+
353356
cleanup_containers
354357
rm -f "${TEST_FILENAME}"

0 commit comments

Comments
 (0)