diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-18 13:03:22 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-18 13:03:22 +0000 |
commit | 5a5db18cdeb10514fe16b4a4f7c888cc34721551 (patch) | |
tree | f66b3fd9aba98e798f00ace155cbebd9d0dcddd3 /tests/integration_tests.xml | |
parent | 8614875170488d614366127c34ccbf9928c55fae (diff) | |
download | vaadin-framework-5a5db18cdeb10514fe16b4a4f7c888cc34721551.tar.gz vaadin-framework-5a5db18cdeb10514fe16b4a4f7c888cc34721551.zip |
Correction to running GAE tests in parallel with other integration tests
svn changeset:20474/svn branch:6.7
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 5e6f84e43a..b8ec1e1c09 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -391,7 +391,7 @@ <property name="server.start.succeeded" value="1" />
<property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-GAE}" />
- <property name="test-output-dir" value="../build/integration-test-output" />
+ <property name="test-output-dir" value="../build/integration-test-gae-output" />
<fileset dir="." includes="test.xml" />
</subant>
|