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 \\
58
58
#get requisite tools
59
59
wget -O collectTestResults.xml https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/scripts/collectTestResults.xml
60
60
wget -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
61
62
62
63
#triggering ant runner
63
64
devworkspace=${WORKSPACE}/workspace-antRunner
@@ -76,7 +77,7 @@ eclipse/eclipse -nosplash -consolelog -debug -data $devworkspace -application or
76
77
-DbuildID=${buildID} \\
77
78
-DeclipseStream=${STREAM} \\
78
79
"-DtestsConfigExpected=${TEST_CONFIGURATIONS_EXPECTED}" \\
79
- -DEBuilderDir=${workspace}
80
+ -DmanifestFile=testManifest.xml
80
81
81
82
rsync -avzh postingDir/${buildID} [email protected] :${dropsPath}
82
83
You can’t perform that action at this time.
0 commit comments