summaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2010-05-31 09:20:21 +0000
committerHenri Sara <henri.sara@itmill.com>2010-05-31 09:20:21 +0000
commit227fdefa3f2d6b8ae177298a64994805194ef4f8 (patch)
tree25595d76d44a56c9857cfed01032d57491add61d /build/build.xml
parenta3946a3fa53ebcf4fce54acc144f4d939b4a40ac (diff)
downloadvaadin-framework-227fdefa3f2d6b8ae177298a64994805194ef4f8.tar.gz
vaadin-framework-227fdefa3f2d6b8ae177298a64994805194ef4f8.zip
Renamed ant targets for integration tests
svn changeset:13428/svn branch:6.3
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 28de65b330..2652fb4748 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1206,7 +1206,7 @@
<property name="demo.war" location="${result-path}/${product-file}-demo-${version.full}.war" />
<!-- Run the separate test script. -->
- <ant antfile="tests/integration_tests.xml" target="all" inheritall="false" inheritrefs="true">
+ <ant antfile="tests/integration_tests.xml" target="integration-test-all" inheritall="false" inheritrefs="true">
<!-- This is provided so that the test script can copy the -->
<!-- "tests" classes after unpacking the package. -->
<property name="output-dir" value="${output-dir}"/>