mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
os.CmdTestOs: Log test failures in multiple lines
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cf9dc2a392
commit
162c5c9f63
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ async def run_test_case(phase, env, machine, case): # export
|
|||
raise Exception("machine is not clear for running tests")
|
||||
rr = await case.run(env, machine, phase)
|
||||
if rr:
|
||||
slog(ERR, "FAIL: ", rr)
|
||||
slog_m(ERR, "FAIL: ", rr)
|
||||
except Exception:
|
||||
rr = sys.exc_info()[1]
|
||||
slog(ERR, "FAIL: ", rr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue