Skip to content

Commit

Permalink
More build adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Jul 10, 2010
1 parent 1c00c70 commit f5e4826
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/build-ant.xml
@@ -1,4 +1,4 @@
<project name="testng" default="all" basedir="../..">
<project name="testng" default="all" basedir="../../..">

<property file="build.properties"/>
<property name="this.directory" value="${test.dir}" />
Expand Down Expand Up @@ -64,7 +64,7 @@
listeners = "org.testng.reporters.FailedReporter, org.testng.reporters.DotTestListener"
haltonfailure="true"
>
<xmlfileset file="${this.directory}/testng-ant.xml"/>
<xmlfileset file="${test.resources.dir}/testng-ant.xml"/>
</testng>
<available file="${test-output}/Suitename from xml/TestName.xml"
type="file" property="test3.exists"/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f5e4826

Please sign in to comment.