Skip to content

runtest: fix TIMEOUT and logging

Filip Pokryvka requested to merge fp/runtest_log_fix into main

Recent change to log runtest to journal broke the timoeut handling. Now, logger and tee are executed in different process group, so they survive kill from watchdog.

Merge request reports