From 5b806024fe91161b7ee7b2d3ea63fb5866e67b48 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 22 Oct 2009 15:02:37 +0200 Subject: cosmetic: made "make check" log a bit easier to read --- tests/diag.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/diag.sh b/tests/diag.sh index ed2e66b2..d1bcbe44 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -23,6 +23,7 @@ case $1 in 'exit') rm -f rsyslogd.started work-*.conf diag-common.conf rm -f work rsyslog.out.log rsyslog.out.log.save # common work files rm -rf test-spool + echo ------------------------------------------------------------------------------- ;; 'startup') # start rsyslogd with default params. $2 is the config file name to use # returns only after successful startup -- cgit