summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-23 08:03:21 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-23 08:03:21 +0100
commite0afe5c8258d4b70ade84f1176c44ae6d593f2df (patch)
tree6bc111eeecb9d402feb233eca3deee1257a1cbbe /tests
parentaa77ac1d71f0a12eb75c48623993eba3be8ec105 (diff)
downloadrsyslog-e0afe5c8258d4b70ade84f1176c44ae6d593f2df.tar.gz
rsyslog-e0afe5c8258d4b70ade84f1176c44ae6d593f2df.tar.xz
rsyslog-e0afe5c8258d4b70ade84f1176c44ae6d593f2df.zip
added some diagnostics info to startup
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diag.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index 27b60582..08e94548 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -37,8 +37,8 @@ case $1 in
;;
'wait-startup') # wait for rsyslogd startup ($2 is the instance)
while test ! -f rsyslogd$2.started; do
- #true
- sleep 0.1 # if this is not supported by all platforms, use above!
+ true
+ #sleep 0.1 # if this is not supported by all platforms, use above!
done
echo "rsyslogd$2 started with pid " `cat rsyslog$2.pid`
;;