We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22a882 commit c806eb0Copy full SHA for c806eb0
regression/test.pl
@@ -26,7 +26,7 @@ ($$$$$)
26
my $cmdline = "$cmd $options '$input' >'$output' 2>&1";
27
28
print LOG "Running $cmdline\n";
29
- system("bash", "-c", "cd '$name' ; $cmdline");
+ system("bash", "-c", "cd '$name' ; script -q /dev/null $cmdline");
30
my $exit_value = $? >> 8;
31
my $signal_num = $? & 127;
32
my $dumped_core = $? & 128;
0 commit comments