File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts
eclipse.platform.releng/bundles/org.eclipse.releng.tests Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 6666
6767 test-output - overrides default output file produced from test run. [May not currently override default?]
6868
69- plugin-path - path to root of plug-in
70-
7169 useEclipseExe - property setting forces test to launch via eclipse executable. [Not fully supported. See bug 387638.]
7270
7371 junit-report-output - output directory for junit reports produced for specified classname.
150148 <property
151149 name =" extraVMargs"
152150 value =" " />
153- <property
154- name =" plugin-path"
155- value =" " />
156151
157152 <property
158153 name =" timeout"
271266 <arg value =" -junitReportOutput" />
272267 <arg path =" ${junit-report-output}" />
273268 <jvmarg line =" ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs} ${frameworkperfargs}" />
274- <sysproperty
275- key =" PLUGIN_PATH"
276- value =" ${plugin-path}" />
277269 <env
278270 key =" ECLIPSE_I_BUILD_TEST"
279271 value =" true" />
339331 <arg line =" -nosplash" />
340332 <arg line =" --launcher.suppressErrors" />
341333 <arg line =" ${consolelog}" />
342- <arg line =" -vmargs ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs} -DPLUGIN_PATH=${plugin-path} " />
334+ <arg line =" -vmargs ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs}" />
343335 </exec >
344336 <antcall target =" collect-results" />
345337 </target >
Original file line number Diff line number Diff line change 226226 <property
227227 name =" classname"
228228 value =" org.eclipse.releng.tests.BuildTests" />
229- <property
230- name =" plugin-path"
231- value =" ${eclipse-home}/plugins/${org.eclipse.releng.tests}" />
232-
233229 <property
234230 name =" vmargs"
235231 value =" -DdownloadHost=${downloadHost} -DbuildId=${buildId}" />
You can’t perform that action at this time.
0 commit comments