We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea36c9 commit 61425f5Copy full SHA for 61425f5
1 file changed
test/testsuite.sh
@@ -1,3 +1,4 @@
1
+set +x
2
#!/usr/bin/sh
3
# exits with 0 if everything went well
4
# exits with 1 if some test failed
@@ -127,7 +128,7 @@ fi
127
128
# coverage files and generate the report from within the container with all the sources
129
if [ $CODE_COVERAGE ]; then
130
echo "Generating test coverage..."
- httpd_start > /dev/null 2>&1
131
+ MPC_CONF=httpd/mod_lbmethod_cluster.conf httpd_start > /dev/null 2>&1
132
docker exec $MPC_NAME /usr/local/apache2/bin/apachectl stop
133
134
for f in $(ls coverage/*.json coverage/*.info); do
0 commit comments