Skip to content

Commit

Permalink
Fix typo in common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 24, 2023
1 parent df6235e commit 7f3a9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f3a9b5

Please sign in to comment.