fix long-test xml patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f89b9aec Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f89b9aec Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f89b9aec Branch: refs/heads/cassandra-1.0 Commit: f89b9aecc6d573571ceed3d22715606c3ce7d637 Parents: 641b021 Author: Jonathan Ellis <[email protected]> Authored: Tue May 22 10:49:42 2012 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Tue May 22 10:49:42 2012 -0500 ---------------------------------------------------------------------- build.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f89b9aec/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0e54fe0..261691d 100644 --- a/build.xml +++ b/build.xml @@ -1067,8 +1067,9 @@ <target name="long-test" depends="build-test" description="Execute functional tests"> <testmacro suitename="long" inputdir="${test.long.src}" - timeout="${test.long.timeout}" /> + timeout="${test.long.timeout}"> <jvmarg value="-Dcassandra.ring_delay_ms=1000"/> + </testmacro> </target> <!-- instruments the classes to later create code coverage reports -->
