Skip to content

Commit 61425f5

Browse files
committed
wip
1 parent aea36c9 commit 61425f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/testsuite.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set +x
12
#!/usr/bin/sh
23
# exits with 0 if everything went well
34
# exits with 1 if some test failed
@@ -127,7 +128,7 @@ fi
127128
# coverage files and generate the report from within the container with all the sources
128129
if [ $CODE_COVERAGE ]; then
129130
echo "Generating test coverage..."
130-
httpd_start > /dev/null 2>&1
131+
MPC_CONF=httpd/mod_lbmethod_cluster.conf httpd_start > /dev/null 2>&1
131132
docker exec $MPC_NAME /usr/local/apache2/bin/apachectl stop
132133

133134
for f in $(ls coverage/*.json coverage/*.info); do

0 commit comments

Comments
 (0)