From ec57ded4c9722aebc947a258e81329d11c23e6d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Genevi=C3=A8ve=20Bastien?= Date: Fri, 24 Feb 2017 10:33:32 -0500 Subject: [PATCH] releng: Add additional arguments to the command line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This will allow for instance to add arguments to enable logging for a custom test suite Change-Id: I149ee22e8d4843f596d45e476021b8ad0fba0008 Signed-off-by: Geneviève Bastien Reviewed-on: https://git.eclipse.org/r/91811 Reviewed-by: Hudson CI Reviewed-by: Marc-André Laperle Tested-by: Marc-André Laperle --- releng/org.eclipse.tracecompass.alltests/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/releng/org.eclipse.tracecompass.alltests/pom.xml b/releng/org.eclipse.tracecompass.alltests/pom.xml index ce4253f4c8..f1ccb069bc 100644 --- a/releng/org.eclipse.tracecompass.alltests/pom.xml +++ b/releng/org.eclipse.tracecompass.alltests/pom.xml @@ -50,6 +50,9 @@ putting -DcustomTestSuite= on the command line. --> run-custom-test-suite + + + @@ -62,7 +65,7 @@ true false - ${tycho.testArgLine} ${base.ui.test.vmargs} + ${tycho.testArgLine} ${base.ui.test.vmargs} ${tracecompass.extra.args} org.eclipse.platform.ide ${SWT_GTK3} -- 2.34.1