test: stop.sh: Exit on first error

We want to catch regressions when syslogd dies before we can tell it to
exit.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-29 11:21:56 +01:00
parent c3acff5fae
commit 77119e2625

View File

@ -1,4 +1,5 @@
#!/bin/sh
#!/bin/sh -e
if [ x"${srcdir}" = x ]; then
srcdir=.
fi