Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index 02dfa16ea..76caae7db 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -251,6 +251,24 @@
unless="testPlatform">
<condition
property="testPlatform"
+ value="linuxjava12">
+ <and>
+ <equals
+ arg1="${osgi.os}"
+ arg2="linux" />
+ <equals
+ arg1="${osgi.ws}"
+ arg2="gtk" />
+ <equals
+ arg1="${osgi.arch}"
+ arg2="x86_64" />
+ <equals
+ arg1="${jvm.version}"
+ arg2="java12" />
+ </and>
+ </condition>
+ <condition
+ property="testPlatform"
value="linuxjava10">
<and>
<equals
@@ -402,6 +420,13 @@
value="getlinzips">
<equals
arg1="${testPlatform}"
+ arg2="linuxjava12" />
+ </condition>
+ <condition
+ property="getArtifacts"
+ value="getlinzips">
+ <equals
+ arg1="${testPlatform}"
arg2="linuxjava10" />
</condition>
<condition

Back to the top