Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-03-21 09:07:25 +0000
committerQuentin Le Menez2018-03-21 10:04:01 +0000
commita433bc5eeadcf8c293697a9eb975eae76f6be3f1 (patch)
tree93e4ad4d1f253adff9d12a4932afea8facfff056 /releng/Papyrus - Main tests - Failures.launch
parentd1a9f4c59e9582b8d28045d3ef9924e77b5e9457 (diff)
downloadorg.eclipse.papyrus-a433bc5eeadcf8c293697a9eb975eae76f6be3f1.tar.gz
org.eclipse.papyrus-a433bc5eeadcf8c293697a9eb975eae76f6be3f1.tar.xz
org.eclipse.papyrus-a433bc5eeadcf8c293697a9eb975eae76f6be3f1.zip
Bug 518452 - [Releng] [Photon] Update the launch configurations
- Developer has been replaced by Toolsmiths - The generated tests are not there anymore Change-Id: Icbcea6a43620edc34c8a03f02d41fd2231b76d8a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/Papyrus - Main tests - Failures.launch')
-rw-r--r--releng/Papyrus - Main tests - Failures.launch4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/Papyrus - Main tests - Failures.launch b/releng/Papyrus - Main tests - Failures.launch
index 058030b2bb3..e7ba98235c0 100644
--- a/releng/Papyrus - Main tests - Failures.launch
+++ b/releng/Papyrus - Main tests - Failures.launch
@@ -4,11 +4,11 @@
<stringAttribute key="M2_GOALS" value="clean verify"/>
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
-<stringAttribute key="M2_PROFILES" value="!generate-tests"/>
+<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="testConfig=FAILING_TESTS_CONFIG"/>
<listEntry value="papyrus.repo.main=file:/${project_loc:releng}/main/site/target/repository"/>
-<listEntry value="papyrus.repo.dev=file:/${project_loc:releng}/dev/site/target/repository"/>
+<listEntry value="papyrus.repo.toolsmiths=file:/${project_loc:releng}/toolsmiths/site/target/repository"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>

Back to the top