complete-run: implement --strace, make --valgrind log to test-specific file
This commit is contained in:
@ -434,8 +434,9 @@ sub launch_with_config {
|
||||
display => $ENV{DISPLAY},
|
||||
configfile => $tmpfile,
|
||||
outdir => $ENV{OUTDIR},
|
||||
logpath => $ENV{LOGPATH},
|
||||
testname => $ENV{TESTNAME},
|
||||
valgrind => $ENV{VALGRIND},
|
||||
strace => $ENV{STRACE},
|
||||
cv => $cv,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user