Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script3
-rw-r--r--releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-buckminster.script3
2 files changed, 4 insertions, 2 deletions
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script
index f21b3ed95..b1726bdfa 100644
--- a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script
+++ b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script
@@ -11,7 +11,8 @@ import --properties "${checkout.location}/buildroot/build.properties" "org.eclip
build
-junit --launch "org.eclipse.qvtd.all.tests/.launches/All\ QVTd\ Tests.launch" --flatXML --output "${checkout.location}/MMT-QVTd.test.results/org.eclipse.qvtd.xtext.qvtd.all.xml"
+junit --launch "org.eclipse.qvtd.all.tests/.launches/All\ QVTd\ Tests\ \(standalone\).launch" --flatXML --output "${checkout.location}/MMT-QVTd.test.results/org.eclipse.qvtd.xtext.qvtd.all.xml"
+junit --launch "org.eclipse.qvtd.all.tests/.launches/All\ QVTd\ Tests\ \(Plugin\).launch" --flatXML --output "${checkout.location}/MMT-QVTd.test.results/org.eclipse.qvtd.xtext.qvtd.all.plugin.xml"
perform --properties "${checkout.location}/buildroot/build.properties" "-Dbuckminster.reference.repository=${reference.repository}" "org.eclipse.qvtd.releng.build:eclipse.feature#build"
perform --properties "${checkout.location}/buildroot/build.properties" "org.eclipse.qvtd.releng.buckminster:buckminster#setup.promoter"
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-buckminster.script b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-buckminster.script
index 4ac935f24..a2bf286dc 100644
--- a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-buckminster.script
+++ b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-buckminster.script
@@ -11,7 +11,8 @@ import --properties "${checkout.location}/buildroot/build.properties" "org.eclip
build
-junit --launch "org.eclipse.qvtd.all.tests/.launches/All\ QVTd\ Tests.launch" --flatXML --output "${checkout.location}/MMT-QVTd.test.results/org.eclipse.qvtd.xtext.qvtd.all.xml"
+junit --launch "org.eclipse.qvtd.all.tests/.launches/All\ QVTd\ Tests\ \(standalone\).launch" --flatXML --output "${checkout.location}/MMT-QVTd.test.results/org.eclipse.qvtd.xtext.qvtd.all.xml"
+junit --launch "org.eclipse.qvtd.all.tests/.launches/All\ QVTd\ Tests\ \(Plugin\).launch" --flatXML --output "${checkout.location}/MMT-QVTd.test.results/org.eclipse.qvtd.xtext.qvtd.all.plugin.xml"
perform --properties "${checkout.location}/buildroot/build.properties" "-Dbuckminster.reference.repository=${reference.repository}" "org.eclipse.qvtd.releng.build:eclipse.feature#build"
perform --properties "${checkout.location}/buildroot/build.properties" "org.eclipse.qvtd.releng.buckminster:buckminster#setup.promoter"

Back to the top