mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 01:19:23 +01:00
8e68e73c43
Right now the --valgrind option logs to a static file named 'valgrind.log'. This means that for any test that run multiple instances of iwd, output is lost for all invocations except the last. Fix that by using a per-process log file and making sure that all log files are printed to stdout when the test ends. This approach isn't perfect since it is possible for the pid to be reused, but better than the current behavior. |
||
---|---|---|
.. | ||
hw.conf | ||
hwsim-dbus.conf | ||
hwsim.c | ||
hwsim.rst | ||
ios_convert.py | ||
probe-req.c | ||
run-iwd.sh | ||
test_runner_kernel_config | ||
test-runner |