mirror of
https://github.com/mirror/make.git
synced 2025-03-04 14:51:11 +08:00
* test/test_driver.el (_run_with_timeout): Show error message.
This commit is contained in:
parent
7fbd58cd6b
commit
99d1423059
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user