diff options
author | Ed Willink | 2015-06-07 13:08:19 +0000 |
---|---|---|
committer | Ed Willink | 2015-06-07 16:47:06 +0000 |
commit | b21a01d796c926624a9b7f7948c9744a039add4c (patch) | |
tree | f82d8a9b3b9bb9ff2d3e8b102b4090e997e69a23 /releng | |
parent | bf8ebaaad5666d93c8190214ae1624fc10ae44ea (diff) | |
download | org.eclipse.qvtd-b21a01d796c926624a9b7f7948c9744a039add4c.tar.gz org.eclipse.qvtd-b21a01d796c926624a9b7f7948c9744a039add4c.tar.xz org.eclipse.qvtd-b21a01d796c926624a9b7f7948c9744a039add4c.zip |
[469560] Add a Run launch test and Plugin testing
Diffstat (limited to 'releng')
-rw-r--r-- | releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-buckminster.script | 3 | ||||
-rw-r--r-- | releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-buckminster.script | 3 |
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" |