commit cc2425b142c96841bcf78afb3bcc6a2b61799981 parent cb8c3b9ebc63ee3acc030ca4cac2e692323ba9f9 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 7 May 2023 01:21:38 +0200 -valgrind Diffstat:
| M | src/challenger/test-challenger.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/challenger/test-challenger.sh b/src/challenger/test-challenger.sh @@ -61,7 +61,7 @@ echo " OK" CLIENT_ID=1 echo -n "Start challenger-httpd ..." -valgrind --leak-check=yes challenger-httpd -L INFO -c "${CONF}" &> httpd.log & +challenger-httpd -L INFO -c "${CONF}" &> httpd.log & # Wait for challenger to be available for n in $(seq 1 50)