diff options
| author | Gordon Sim <gsim@apache.org> | 2009-07-14 11:45:53 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-07-14 11:45:53 +0000 |
| commit | 1bf6c4e9f0622d855cf794d1b7cbf32c2b2036cb (patch) | |
| tree | 38c291c95d7dce827fb70e765485c2c18cefd244 /qpid/cpp/src/tests/reliable_replication_test | |
| parent | 3ff1c5b4e3ae449e6f3794544afb89b4a713bfcb (diff) | |
| download | qpid-python-1bf6c4e9f0622d855cf794d1b7cbf32c2b2036cb.tar.gz | |
QPID-1984: Temporarily disabled the failing test until the error can be resolved.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/reliable_replication_test')
| -rwxr-xr-x | qpid/cpp/src/tests/reliable_replication_test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/reliable_replication_test b/qpid/cpp/src/tests/reliable_replication_test index 4c507f3dbc..a788d5a76b 100755 --- a/qpid/cpp/src/tests/reliable_replication_test +++ b/qpid/cpp/src/tests/reliable_replication_test @@ -90,6 +90,7 @@ if test -d ${PYTHON_DIR} && test -e ../.libs/replicating_listener.so && test -e diff replicated.actual replicated.expected || FAIL=1 if [[ $FAIL ]]; then echo reliable replication test failed: expectations not met! + exit 1 else echo replication reliable in the face of link failures rm -f replication.actual replication.expected replication-source.log replication-dest.log qpidd-repl.port |
