diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-09 09:15:28 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-09 09:15:28 +0000 |
commit | 3329b6339ebe91e04721cff88e6494406353eda1 (patch) | |
tree | 5ac323bcbc152d9ac87fb12ee4806da2e6983efb /tests | |
parent | a36ffa5d26ac8e9e2bd81015fdd0daa8d45c6f4a (diff) | |
download | vaadin-framework-3329b6339ebe91e04721cff88e6494406353eda1.tar.gz vaadin-framework-3329b6339ebe91e04721cff88e6494406353eda1.zip |
Build integration tests in own directory
svn changeset:12423/svn branch:6.3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_tests.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 2e4cafd695..9454ee06dc 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -48,6 +48,7 @@ <property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${testfiles}" />
+ <property name="test-output-dir" value="../build/integration-test-output" />
<fileset dir="." includes="test.xml" />
</subant>
|