diff options
Diffstat (limited to 'tests/pipe_noreader.sh')
-rwxr-xr-x | tests/pipe_noreader.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pipe_noreader.sh b/tests/pipe_noreader.sh index 8dea0818..b2c46581 100755 --- a/tests/pipe_noreader.sh +++ b/tests/pipe_noreader.sh @@ -15,8 +15,8 @@ echo =============================================================================== echo TEST: \[pipe_noreader.sh\]: test for pipe writing without reader # uncomment for debugging support: -export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" -export RSYSLOG_DEBUGLOG="log" +#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +#export RSYSLOG_DEBUGLOG="log" source $srcdir/diag.sh init mkfifo ./rsyslog.pipe source $srcdir/diag.sh startup pipe_noreader.conf |