We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db3996 commit 1babda3Copy full SHA for 1babda3
contrib/load-tester/run.sh
@@ -8,8 +8,10 @@ echo "Make sure to configure GatewayInterface in wifidog_mock.conf"
8
./mock_auth.py &
9
10
# trace-children is necessary because of the libtool wrapper -.-
11
-sudo valgrind --leak-check=full --trace-children=yes --trace-children-skip=/bin/sh \
12
- --log-file=valgrind.log ../../src/wifidog -d 7 -f -c wifidog-mock.conf 2> wifidog.log &
+#sudo valgrind --leak-check=full --trace-children=yes --trace-children-skip=/bin/sh \
+# --log-file=valgrind.log ../../src/wifidog -d 7 -f -c wifidog-mock.conf 2> wifidog.log &
13
+
14
+../../src/wifidog -d 7 -f -c wifidog-mock.conf 2> wifidog.log &
15
16
IF=`grep GatewayInterface wifidog-mock.conf | cut -f 2 -d ' '`
17
0 commit comments