tests: implement restart testing (actual option still missing)

This commit is contained in:
Michael Stapelberg
2011-12-21 23:15:06 +00:00
parent 622b94f176
commit 311b9e24df
4 changed files with 8 additions and 2 deletions

View File

@ -101,8 +101,8 @@ sub worker_wait {
$test->failure_output(\*STDERR);
$test->todo_output(\*STDOUT);
@ENV{qw(DISPLAY TESTNAME OUTDIR VALGRIND STRACE COVERAGE)}
= ($self->{display}, basename($file), $outdir, 0, 0, 0);
@ENV{qw(DISPLAY TESTNAME OUTDIR VALGRIND STRACE COVERAGE RESTART)}
= ($self->{display}, basename($file), $outdir, 0, 0, 0, 0);
package main;
local $@;