Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsboyko2016-11-01 10:51:32 +0000
committersboyko2016-11-01 10:51:32 +0000
commit2e650f39a88ecc92c516fe400fc5b66d8511170c (patch)
treebe00263e24174f4db78bc0352425ef4f5abfa374
parent40e5d6987125c8dd29f81b1cbc083b4cee95d337 (diff)
downloadorg.eclipse.qvto-2e650f39a88ecc92c516fe400fc5b66d8511170c.tar.gz
org.eclipse.qvto-2e650f39a88ecc92c516fe400fc5b66d8511170c.tar.xz
org.eclipse.qvto-2e650f39a88ecc92c516fe400fc5b66d8511170c.zip
[releng] Setup 'maxTimeAwaitJunitReport'
-rw-r--r--releng/org.eclipse.qvto.releng.buckminster/scripts/qvto-tests-buckminster.script10
1 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.qvto.releng.buckminster/scripts/qvto-tests-buckminster.script b/releng/org.eclipse.qvto.releng.buckminster/scripts/qvto-tests-buckminster.script
index ec46db946..36c613c10 100644
--- a/releng/org.eclipse.qvto.releng.buckminster/scripts/qvto-tests-buckminster.script
+++ b/releng/org.eclipse.qvto.releng.buckminster/scripts/qvto-tests-buckminster.script
@@ -13,11 +13,11 @@ build
perform -DtargetPlatformPath="${checkout.location}/buildroot/target.platform" --properties "${checkout.location}/buildroot/build.properties" "org.eclipse.qvto.releng.buckminster:buckminster#create.javadoc"
-junit --launch "org.eclipse.m2m.tests.qvt.oml/org.eclipse.m2m.tests.qvt.oml.AllTests.launch" --flatXML --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.AllTests.xml"
-junit --launch "org.eclipse.m2m.tests.qvt.oml/org.eclipse.m2m.tests.qvt.oml.StandaloneTests.launch" --flatXML --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.StandaloneTests.xml"
-junit --launch "org.eclipse.m2m.tests.qvt.oml/org.eclipse.m2m.tests.qvt.oml.UnparserTests.launch" --flatXML --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.UnparserTests.xml"
-junit --launch "org.eclipse.m2m.tests.qvt.oml.ui/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTests.launch" --flatXML --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTests.xml"
-#junit --launch "org.eclipse.m2m.tests.qvt.oml.ui/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTest_disabled_asserts.launch" --flatXML --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.ui/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTest_disabled_asserts.xml"
+junit --launch "org.eclipse.m2m.tests.qvt.oml/org.eclipse.m2m.tests.qvt.oml.AllTests.launch" --flatXML --maxTimeAwaitJunitReport 60 --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.AllTests.xml"
+junit --launch "org.eclipse.m2m.tests.qvt.oml/org.eclipse.m2m.tests.qvt.oml.StandaloneTests.launch" --flatXML --maxTimeAwaitJunitReport 60 --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.StandaloneTests.xml"
+junit --launch "org.eclipse.m2m.tests.qvt.oml/org.eclipse.m2m.tests.qvt.oml.UnparserTests.launch" --flatXML --maxTimeAwaitJunitReport 60 --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.UnparserTests.xml"
+junit --launch "org.eclipse.m2m.tests.qvt.oml.ui/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTests.launch" --flatXML --maxTimeAwaitJunitReport 60 --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTests.xml"
+#junit --launch "org.eclipse.m2m.tests.qvt.oml.ui/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTest_disabled_asserts.launch" --flatXML --maxTimeAwaitJunitReport 60 --output "${checkout.location}/MMT-QVTo.test.results/org.eclipse.m2m.tests.qvt.oml.ui/org.eclipse.m2m.internal.tests.qvt.oml.ui.AllTest_disabled_asserts.xml"
perform -DtargetPlatformPath="${checkout.location}/buildroot/target.platform" --properties "${checkout.location}/buildroot/build.properties" "-Dbuckminster.reference.repository=${reference.repository}" "org.eclipse.qvto.releng.build:eclipse.feature#build"
perform -DtargetPlatformPath="${checkout.location}/buildroot/target.platform" --properties "${checkout.location}/buildroot/build.properties" "org.eclipse.qvto.releng.buckminster:buckminster#setup.promoter"

Back to the top