diff options
author | Jouni Malinen <j@w1.fi> | 2018-12-21 22:18:33 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-12-21 22:18:33 (GMT) |
commit | 2cef6f6e89391de4e4da7455195843723e31f7a7 (patch) | |
tree | 37a9fcedf344e191f2b1cb1a896708559d2689ed /tests/hwsim/vm/vm-run.sh | |
parent | 0fb292c08e2fa44eefbc56fb8674ace7e4be8bd0 (diff) | |
download | hostap-2cef6f6e89391de4e4da7455195843723e31f7a7.zip hostap-2cef6f6e89391de4e4da7455195843723e31f7a7.tar.gz hostap-2cef6f6e89391de4e4da7455195843723e31f7a7.tar.bz2 |
tests: Enable dynamic debug from cfg80211/mac80211
These debug logs were lost due to CONFIG_DYNAMIC_DEBUG=y.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'tests/hwsim/vm/vm-run.sh')
-rwxr-xr-x | tests/hwsim/vm/vm-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hwsim/vm/vm-run.sh b/tests/hwsim/vm/vm-run.sh index 3d4d36c..9da1466 100755 --- a/tests/hwsim/vm/vm-run.sh +++ b/tests/hwsim/vm/vm-run.sh @@ -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" |