]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: parallel-vm: allow running without curses
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 Jan 2020 11:48:43 +0000 (12:48 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 20 Jan 2020 19:17:24 +0000 (21:17 +0200)
commitf124367afb9e504f7ed4519c4752bc7d57ebe53a
treef0a49b5b2b396bbc87b7f2ce346427b67f2843ac
parent4ee5a503588089cff1d6de385e783fc86ddba845
tests: parallel-vm: allow running without curses

Allow running without curses, in which case the log is simply written to
stdout instead of a file. This is useful for automated (but parallel)
testing. Note that in most cases, you'd want to specify --debug, and so
I added a .rstrip() there on the lines to clean that up a bit.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/vm/parallel-vm.py