diff options
| author | Michael Goulish <mgoulish@apache.org> | 2010-06-01 18:03:26 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2010-06-01 18:03:26 +0000 |
| commit | 69626719cfa36529eeb6db0a163257b95616d719 (patch) | |
| tree | e5855471640ff670b368ab45718de6bed101cf31 /qpid/cpp/src/tests | |
| parent | ad36d93c435bcfa8566598c09ebb32055a08d16b (diff) | |
| download | qpid-python-69626719cfa36529eeb6db0a163257b95616d719.tar.gz | |
Change verbosity back to 0. Oops.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/run_failover_soak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_failover_soak b/qpid/cpp/src/tests/run_failover_soak index c276e9cc2f..cce8b07a26 100755 --- a/qpid/cpp/src/tests/run_failover_soak +++ b/qpid/cpp/src/tests/run_failover_soak @@ -28,7 +28,7 @@ unset QPID_NO_MODULE_DIR # failover_soak uses --module-dir, dont want clash MODULES=${MODULES:-$moduledir} MESSAGES=${MESSAGES:-500000} REPORT_FREQUENCY=${REPORT_FREQUENCY:-20000} -VERBOSITY=${VERBOSITY:-10} +VERBOSITY=${VERBOSITY:-0} DURABILITY=${DURABILITY:-0} N_QUEUES=${N_QUEUES:-1} N_BROKERS=${N_BROKERS:-4} |
