releng: Add additional arguments to the command line
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Fri, 24 Feb 2017 15:33:32 +0000 (10:33 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Sat, 25 Feb 2017 00:25:25 +0000 (19:25 -0500)
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 <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/91811
Reviewed-by: Hudson CI
Reviewed-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
releng/org.eclipse.tracecompass.alltests/pom.xml

index ce4253f4c8d7a5c0e48a58a8171eba17fa8a2ca6..f1ccb069bc22b0293c98fb186ddd063548d40e12 100644 (file)
@@ -50,6 +50,9 @@
          putting -DcustomTestSuite=<name> on the command line. -->
     <profile>
       <id>run-custom-test-suite</id>
+      <properties>
+        <tracecompass.extra.args></tracecompass.extra.args>
+      </properties>
       <build>
         <plugins>
           <plugin>
@@ -62,7 +65,7 @@
               </includes>
               <useUIHarness>true</useUIHarness>
               <useUIThread>false</useUIThread>
-              <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
+              <argLine>${tycho.testArgLine} ${base.ui.test.vmargs} ${tracecompass.extra.args}</argLine>
               <product>org.eclipse.platform.ide</product>
               <environmentVariables>
                 <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
This page took 0.024697 seconds and 5 git commands to generate.