diff --git a/test/includes/common.sh b/test/includes/common.sh index 3f8b0a13..ea9cc384 100644 --- a/test/includes/common.sh +++ b/test/includes/common.sh @@ -22,6 +22,7 @@ run_test() { # if test failed, clean httpd but preserve logs if [ $DEBUG ]; then docker logs $(docker ps -a | grep $HTTPD_IMG | cut -f 1 -d' ') &> logs/${2:-$1}-httpd.logs + fi httpd_shutdown &> /dev/null echo " NOK" ret=1