aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/integration_tests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index 8d342179f5..32a6480cd4 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -146,6 +146,13 @@
</antcall>
</target>
+ <target name="integration-test-jetty8">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="300" />
+ <param name="target-server" value="jetty8" />
+ </antcall>
+ </target>
+
<target name="integration-test-jboss3">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />