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:
Jouni Malinen 2013-10-31 12:46:42 +02:00 committed by Jouni Malinen
parent e955226208
commit c9aa430896
24 changed files with 51 additions and 28 deletions

View file

@ -9,7 +9,7 @@
import time
import subprocess
import logging
logger = logging.getLogger(__name__)
logger = logging.getLogger()
import hwsim_utils
import hostapd