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 <jouni@qca.qualcomm.com>
This commit is contained in:
parent
5c4f0511a2
commit
47824e0dbc
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ for i in 0 1 2; do
|
||||||
done
|
done
|
||||||
sudo $(printf -- "$VALGRIND_WPAS" 5) $WPAS -g /tmp/wpas-wlan5 -G$GROUP \
|
sudo $(printf -- "$VALGRIND_WPAS" 5) $WPAS -g /tmp/wpas-wlan5 -G$GROUP \
|
||||||
-ddKt$TRACE -f $LOGDIR/log5 &
|
-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
|
if [ -x $HLR_AUC_GW ]; then
|
||||||
cp $DIR/auth_serv/hlr_auc_gw.milenage_db $LOGDIR/hlr_auc_gw.milenage_db
|
cp $DIR/auth_serv/hlr_auc_gw.milenage_db $LOGDIR/hlr_auc_gw.milenage_db
|
||||||
|
|
Loading…
Reference in a new issue