mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Run core-test in terminal rather than ui-test due to split packages
This commit is contained in:
parent
d9a38215ed
commit
e2ac09dbca
1 changed files with 3 additions and 2 deletions
|
@ -29,13 +29,14 @@ Needs to be updated and tested for org.eclipse.tm.terminal
|
|||
<target name="suite">
|
||||
<property name="location" value="${eclipse-home}/terminal_test_workspace"/>
|
||||
<delete dir="${location}" quiet="true"/>
|
||||
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
|
||||
<ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
|
||||
<property name="data-dir" value="${location}"/>
|
||||
<property name="plugin-name" value="${plugin-name}"/>
|
||||
<property name="classname" value="org.eclipse.tm.terminal.test.RSECombinedTestSuite"/>
|
||||
<property name="extraVMargs" value="-ea"/>
|
||||
</ant>
|
||||
|
||||
<!-- Commented out until source of problem found (not reusing same workspace dir)
|
||||
<!-- UI Tests: Commented out until access to default visible methods works
|
||||
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
|
||||
<property name="data-dir" value="${session-folder}"/>
|
||||
<property name="plugin-name" value="${plugin-name}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue