diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-24 12:08:29 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-24 12:08:29 +0000 |
commit | d766c6ff8b90ac9c63b37e78072a1d3b4aa46fef (patch) | |
tree | 5fb1e71541a6ef9c206c89400c320602d549d0a9 | |
parent | 0a4584b04bd19ad99884a6afb3632d0e28a62b3b (diff) | |
download | vaadin-framework-d766c6ff8b90ac9c63b37e78072a1d3b4aa46fef.tar.gz vaadin-framework-d766c6ff8b90ac9c63b37e78072a1d3b4aa46fef.zip |
Backported fix for running GAE tests correctly in parallel with other integration tests
svn changeset:20617/svn branch:6.6
-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 b183a317a3..713646bf31 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -425,7 +425,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>
|