diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-25 14:22:50 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-25 14:22:50 +0200 |
commit | c7e8282b9eb9d6452f7678c3f7c1e06337a3bb0a (patch) | |
tree | 367dd15b293a18e9944aae02e547551674293930 /tests/waitqueueempty.sh | |
parent | 5fd2bcce232352f3abbe235c788b9a8fa7bac043 (diff) | |
parent | b9549380270fa68e27e8ee3f049c7d34156a85ff (diff) | |
download | rsyslog-c7e8282b9eb9d6452f7678c3f7c1e06337a3bb0a.tar.gz rsyslog-c7e8282b9eb9d6452f7678c3f7c1e06337a3bb0a.tar.bz2 rsyslog-c7e8282b9eb9d6452f7678c3f7c1e06337a3bb0a.zip |
Merge branch 'master' into ultra-reliable
Diffstat (limited to 'tests/waitqueueempty.sh')
-rwxr-xr-x | tests/waitqueueempty.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/waitqueueempty.sh b/tests/waitqueueempty.sh index 2c047588..4825853a 100755 --- a/tests/waitqueueempty.sh +++ b/tests/waitqueueempty.sh @@ -1,4 +1,5 @@ # wait until main message queue is empty. This is currently done in # a separate shell script so that we can change the implementation # at some later point. -- rgerhards, 2009-05-25 -echo WaitMainQueueEmpty | nc 127.0.0.1 13500 +#echo WaitMainQueueEmpty | nc 127.0.0.1 13500 +echo WaitMainQueueEmpty | java -classpath $abs_top_builddir DiagTalker |