Skip to content

Commit 7a46c33

Browse files
author
Alexandru Scvortov
committed
fixed test-server rule
1 parent cafa797 commit 7a46c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</target>
118118

119119
<target name="detect-umbrella">
120-
<available property="UMBRELLA_AVAIALBLE" file="../rabbitmq-test"/>
120+
<available property="UMBRELLA_AVAILABLE" file="../rabbitmq-test"/>
121121
</target>
122122

123123
<target name="detect-tmpdir">
@@ -379,7 +379,7 @@
379379
</junit>
380380
</target>
381381

382-
<target name="test-server" depends="test-build" if="UMBRELLA_AVAILABLE">
382+
<target name="test-server" depends="detect-umbrella, test-build" if="UMBRELLA_AVAILABLE">
383383
<junit printSummary="withOutAndErr"
384384
haltOnFailure="${haltOnFailureJunit}"
385385
failureproperty="test.failure"

0 commit comments

Comments
 (0)