tests: Split run-tests.py logger info into per test case files
The run-tests.py -l argument does not take an argument value anymore. Instead, debug output is directed to a separate file <test>.log for each test case. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
e955226208
commit
c9aa430896
24 changed files with 51 additions and 28 deletions
|
@ -9,7 +9,7 @@
|
|||
import time
|
||||
import subprocess
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger()
|
||||
|
||||
import hwsim_utils
|
||||
import hostapd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue