mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +00:00
* test/test_driver.el (_run_with_timeout): Show error message.
This commit is contained in:
@@ -1008,7 +1008,7 @@ sub _run_with_timeout
|
||||
} else {
|
||||
my $pid = fork();
|
||||
if (! $pid) {
|
||||
exec(@_) or die "exec: Cannot execute $_[0]\n";
|
||||
exec(@_) or die "exec: Cannot execute $_[0]: $!\n";
|
||||
}
|
||||
local $SIG{ALRM} = sub {
|
||||
my $e = $ERRSTACK[0];
|
||||
|
||||
Reference in New Issue
Block a user