mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 14:48:53 +00:00
Fix result status when waiting for testcase
This commit is contained in:
parent
199b1eb071
commit
de77a9693f
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ with_timeout()
|
|||
wait $child
|
||||
result=$?
|
||||
kill -9 $waiter
|
||||
$?=$result
|
||||
(exit $result)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue