From 47824e0dbc9a2f1e5558c698d52ec094aa565f37 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 3 Aug 2015 17:53:52 +0300 Subject: [PATCH] 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 --- tests/hwsim/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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