From: Jouni Malinen Date: Mon, 3 Aug 2015 14:53:52 +0000 (+0300) Subject: tests: Fix hostapd debug level X-Git-Tag: hostap_2_5~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47824e0dbc9a2f1e5558c698d52ec094aa565f37;p=thirdparty%2Fhostap.git tests: Fix hostapd debug level Remove the duplicated -ddKt command line argument to avoid setting hostapd debug level to EXCESSIVE. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index f78da14ec..f71f64f31 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -116,7 +116,7 @@ for i in 0 1 2; do done sudo $(printf -- "$VALGRIND_WPAS" 5) $WPAS -g /tmp/wpas-wlan5 -G$GROUP \ -ddKt$TRACE -f $LOGDIR/log5 & -sudo $VALGRIND_HAPD $HAPD -ddKt$TRACE -g /var/run/hostapd-global -G $GROUP -ddKt -f $LOGDIR/hostapd & +sudo $VALGRIND_HAPD $HAPD -ddKt$TRACE -g /var/run/hostapd-global -G $GROUP -f $LOGDIR/hostapd & if [ -x $HLR_AUC_GW ]; then cp $DIR/auth_serv/hlr_auc_gw.milenage_db $LOGDIR/hlr_auc_gw.milenage_db