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:
parent
c3acff5fae
commit
77119e2625
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ x"${srcdir}" = x ]; then
|
||||
srcdir=.
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user