From 77119e26256d5ef27687955b2efab45b6e2c7bc8 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 29 Nov 2019 11:21:56 +0100 Subject: [PATCH] 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 --- test/stop.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/stop.sh b/test/stop.sh index 5f5772b..95579ca 100755 --- a/test/stop.sh +++ b/test/stop.sh @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/sh -e + if [ x"${srcdir}" = x ]; then srcdir=. fi