summaryrefslogtreecommitdiffstats
path: root/tests/validation-run.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-21 15:17:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-21 15:17:19 +0200
commit9079f6683057c5aad0a73eb56e33a1f1445f6e65 (patch)
treee9453f524021e5e1b4a1615ff1d7e33cb84d6a73 /tests/validation-run.sh
parentd3e5a2414371598c43b1e408fb741fdbf895b6f0 (diff)
downloadrsyslog-9079f6683057c5aad0a73eb56e33a1f1445f6e65.tar.gz
rsyslog-9079f6683057c5aad0a73eb56e33a1f1445f6e65.tar.xz
rsyslog-9079f6683057c5aad0a73eb56e33a1f1445f6e65.zip
improved testbench
- added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
Diffstat (limited to 'tests/validation-run.sh')
-rwxr-xr-xtests/validation-run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/validation-run.sh b/tests/validation-run.sh
index 2e922283..cc29482a 100755
--- a/tests/validation-run.sh
+++ b/tests/validation-run.sh
@@ -21,6 +21,7 @@
#
# A copy of the GPL can be found in the file "COPYING" in this distribution.
#set -x
+echo \[validation-run.sh\]: testing configuraton validation
echo "testing a failed configuration verification run"
../tools/rsyslogd -dn -u2 -c4 -N1 -f$srcdir/testsuites/invalid.conf -M../runtime/.libs:../.libs
if [ $? -ne 1 ]; then