File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ eclipse/eclipse -nosplash \\
5858#get requisite tools
5959wget -O collectTestResults.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/scripts/collectTestResults.xml
6060wget -O publish.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/scripts/publish.xml
61+ wget -O testManifest.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
6162
6263#triggering ant runner
6364devworkspace=${WORKSPACE}/workspace-antRunner
@@ -76,7 +77,7 @@ eclipse/eclipse -nosplash -consolelog -debug -data $devworkspace -application or
7677 -DbuildID=${buildID} \\
7778 -DeclipseStream=${STREAM} \\
7879 "-DtestsConfigExpected=${TEST_CONFIGURATIONS_EXPECTED}" \\
79- -DEBuilderDir=${workspace}
80+ -DmanifestFile=testManifest.xml
8081
8182rsync -avzh postingDir/${buildID} [email protected] :${dropsPath} 8283
You can’t perform that action at this time.
0 commit comments