Skip to content
Snippets Groups Projects
Commit 92938072 authored by Andy Yates's avatar Andy Yates
Browse files

[ENSCORESW-271]. Fixed the test being too chatty during cleanup by setting the...

[ENSCORESW-271]. Fixed the test being too chatty during cleanup by setting the RUNTESTS_HARNESS_NORESTORE before firing off a thread
parent 326e25d1
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ TMPL
};
if($threads) {
$ENV{RUNTESTS_HARNESS_NORESTORE} = 1;
my @thrds;
foreach my $thr (0..9) {
push(@thrds, threads->create($call));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment