Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-03-15 12:20:25 +0000
committerSravan Kumar Lakkimsetti2018-03-15 12:29:09 +0000
commitd52cdba94a8603369e862dac192a99846aa5c5a5 (patch)
tree30664fb37eb218daaa571a4d02e1b558db21d540
parent52a5174489bf9b5defc0fa3e04752ffaa210c9e5 (diff)
downloadeclipse.platform.releng.aggregator-d52cdba94a8603369e862dac192a99846aa5c5a5.tar.gz
eclipse.platform.releng.aggregator-d52cdba94a8603369e862dac192a99846aa5c5a5.tar.xz
eclipse.platform.releng.aggregator-d52cdba94a8603369e862dac192a99846aa5c5a5.zip
Bug 531437 - Move test executions to releng hipp
Change-Id: I6de5dfc545d7461838afc8f123a2608db0b29996 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/testScripts/invokeTestsJSON.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index b231272b8..6ec2f012b 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -32,7 +32,6 @@
<echo message="buildType: ${buildType}" />
<echo message="EBUILDER_HASH: ${EBUILDER_HASH}" />
<antcall target="JUnitTests" />
- <antcall target="GTK3JUnitTests" />
<antcall target="PerfTests" />
</target>

Back to the top