Merge branch 'sg/daemon-test-signal-fix'
Test fix. * sg/daemon-test-signal-fix: t/lib-git-daemon: fix signal checking
This commit is contained in:
commit
97b6d63717
@ -92,7 +92,7 @@ stop_git_daemon() {
|
|||||||
kill "$GIT_DAEMON_PID"
|
kill "$GIT_DAEMON_PID"
|
||||||
wait "$GIT_DAEMON_PID" >&3 2>&4
|
wait "$GIT_DAEMON_PID" >&3 2>&4
|
||||||
ret=$?
|
ret=$?
|
||||||
if test_match_signal 15 $?
|
if ! test_match_signal 15 $ret
|
||||||
then
|
then
|
||||||
error "git daemon exited with status: $ret"
|
error "git daemon exited with status: $ret"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user