]> git.tuebingen.mpg.de Git - paraslash.git/commit
test suite: Fail test if para_server could not be started.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Jun 2016 13:13:30 +0000 (15:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Jul 2016 11:37:30 +0000 (13:37 +0200)
commit33434de86d9f9c237b7bfb1204512404c42e83ff
tree225385286f9f6a82072eea79abfb483aa1776e60
parente8b940533d5654d72ac5407c512b445feab6ad25
test suite: Fail test if para_server could not be started.

In t0004-server.sh, we start the server in daemon mode without checking
the exit code. If it fails to start, there is no point in trying to
run the tests of this file.

This commit adds the missing check.
t/t0004-server.sh