Skip to content

Commit

Permalink
Tweak testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 17, 2023
1 parent 0bf554c commit 2d03b30
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ echo " ITERATION_COUNT=$ITERATION_COUNT"
echo " IMG=$IMG"
echo " HTTPD_IMG=$HTTPD_IMG"

if [ ! -d logs ]; then
mkdir logs
fi

. includes/common.sh

httpd_create
tomcat_create &> /dev/null
httpd_create &> /dev/null || exit 2
tomcat_create &> /dev/null || exit 3

# clean everything at first
httpd_all_clean
Expand Down

0 comments on commit 2d03b30

Please sign in to comment.