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 66
66
67
67
test-output - overrides default output file produced from test run. [May not currently override default?]
68
68
69
- plugin-path - path to root of plug-in
70
-
71
69
useEclipseExe - property setting forces test to launch via eclipse executable. [Not fully supported. See bug 387638.]
72
70
73
71
junit-report-output - output directory for junit reports produced for specified classname.
150
148
<property
151
149
name =" extraVMargs"
152
150
value =" " />
153
- <property
154
- name =" plugin-path"
155
- value =" " />
156
151
157
152
<property
158
153
name =" timeout"
271
266
<arg value =" -junitReportOutput" />
272
267
<arg path =" ${junit-report-output}" />
273
268
<jvmarg line =" ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs} ${frameworkperfargs}" />
274
- <sysproperty
275
- key =" PLUGIN_PATH"
276
- value =" ${plugin-path}" />
277
269
<env
278
270
key =" ECLIPSE_I_BUILD_TEST"
279
271
value =" true" />
339
331
<arg line =" -nosplash" />
340
332
<arg line =" --launcher.suppressErrors" />
341
333
<arg line =" ${consolelog}" />
342
- <arg line =" -vmargs ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs} -DPLUGIN_PATH=${plugin-path} " />
334
+ <arg line =" -vmargs ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs}" />
343
335
</exec >
344
336
<antcall target =" collect-results" />
345
337
</target >
Original file line number Diff line number Diff line change 226
226
<property
227
227
name =" classname"
228
228
value =" org.eclipse.releng.tests.BuildTests" />
229
- <property
230
- name =" plugin-path"
231
- value =" ${eclipse-home}/plugins/${org.eclipse.releng.tests}" />
232
-
233
229
<property
234
230
name =" vmargs"
235
231
value =" -DdownloadHost=${downloadHost} -DbuildId=${buildId}" />
You can’t perform that action at this time.
0 commit comments