diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-23 08:03:21 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-23 08:03:21 +0100 |
commit | e0afe5c8258d4b70ade84f1176c44ae6d593f2df (patch) | |
tree | 6bc111eeecb9d402feb233eca3deee1257a1cbbe /tests/diag.sh | |
parent | aa77ac1d71f0a12eb75c48623993eba3be8ec105 (diff) | |
download | rsyslog-e0afe5c8258d4b70ade84f1176c44ae6d593f2df.tar.gz rsyslog-e0afe5c8258d4b70ade84f1176c44ae6d593f2df.tar.xz rsyslog-e0afe5c8258d4b70ade84f1176c44ae6d593f2df.zip |
added some diagnostics info to startup
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-x | tests/diag.sh | 4 |
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` ;; |