Skip to content

Commit

Permalink
Improve update.configurator test source folder name eclipse-platform#219
Browse files Browse the repository at this point in the history


Makes the org.eclipse.update.configurator.tests use a different test
resources folder than the org.eclipse.debug.tests project.

Contributes to
eclipse-platform#219
  • Loading branch information
HeikoKlare committed Mar 28, 2024
1 parent ae640d1 commit 4cd29fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions update/org.eclipse.update.configurator.tests/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@

<!-- This target defines the regression tests that need to be run. -->
<target name="suite">
<property name="platform-debug-folder"
value="${eclipse-home}/platform_debug_folder"/>
<delete dir="${platform-debug-folder}" quiet="true"/>
<property name="update-configurator-folder"
value="${eclipse-home}/update_configurator_folder"/>
<delete dir="${update-configurator-folder}" quiet="true"/>
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${platform-debug-folder}"/>
<property name="data-dir" value="${update-configurator-folder}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname"
value="org.eclipse.update.configurator.tests.AutomatedConfiguratorSuite"/>
Expand Down

0 comments on commit 4cd29fb

Please sign in to comment.