]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable dynamic debug from cfg80211/mac80211
authorJouni Malinen <j@w1.fi>
Fri, 21 Dec 2018 22:18:33 +0000 (00:18 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Dec 2018 22:18:33 +0000 (00:18 +0200)
These debug logs were lost due to CONFIG_DYNAMIC_DEBUG=y.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/vm/vm-run.sh

index 3d4d36cfd11ce6e3fabd7395c3c6308843ca0501..9da1466a36490b32dfb98d18f8b9a962aba5abdb 100755 (executable)
@@ -132,7 +132,7 @@ $KVM \
        -fsdev local,security_model=none,id=fsdev-logs,path="$LOGDIR",writeout=immediate \
        -device virtio-9p-pci,id=fs-logs,fsdev=fsdev-logs,mount_tag=logshare \
        -monitor null -serial stdio -serial file:$LOGDIR/console \
-       -append "mac80211_hwsim.support_p2p_device=0 mac80211_hwsim.channels=$CHANNELS mac80211_hwsim.radios=7 mac80211_hwsim.dyndbg=+p init=$CMD testdir=$TESTDIR timewarp=$TIMEWARP console=$KVMOUT root=/dev/root rootflags=trans=virtio,version=9p2000.u ro rootfstype=9p EPATH=$EPATH ARGS=$argsfile"
+       -append "mac80211_hwsim.support_p2p_device=0 mac80211_hwsim.channels=$CHANNELS mac80211_hwsim.radios=7 cfg80211.dyndbg=+p mac80211.dyndbg=+p mac80211_hwsim.dyndbg=+p init=$CMD testdir=$TESTDIR timewarp=$TIMEWARP console=$KVMOUT root=/dev/root rootflags=trans=virtio,version=9p2000.u ro rootfstype=9p EPATH=$EPATH ARGS=$argsfile"
 
 if [ $CODECOV = "yes" ]; then
     echo "Preparing code coverage reports"