complete-run: implement --strace, make --valgrind log to test-specific file

This commit is contained in:
Michael Stapelberg
2011-11-15 23:30:17 +00:00
parent 5b4f8eb7e2
commit 77a9e4b18f
3 changed files with 31 additions and 7 deletions

View File

@ -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,
);