Put analysis.timing.swtbot.tests inside the relevant profile
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 16 Nov 2016 23:30:54 +0000 (18:30 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 17 Nov 2016 18:39:04 +0000 (13:39 -0500)
Build fails at the moment with the -Dskip-automated-ui-tests flag.

Change-Id: I68907d142b48149651612b61bbc498394f9d7966
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/85185
Reviewed-by: Hudson CI
Reviewed-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
analysis/pom.xml

index 58c2b1d1bb26fbf6de7709f1e91235d40d5ad232..b8cb124063e570351ae5aa675742a1e8d31d2b1b 100644 (file)
@@ -38,7 +38,6 @@
     <module>org.eclipse.tracecompass.analysis.timing.core</module>
     <module>org.eclipse.tracecompass.analysis.timing.core.tests</module>
     <module>org.eclipse.tracecompass.analysis.timing.ui</module>
-    <module>org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests</module>
   </modules>
 
   <profiles>
@@ -51,6 +50,7 @@
       </activation>
       <modules>
         <module>org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests</module>
+        <module>org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests</module>
       </modules>
     </profile>
   </profiles>
This page took 0.027196 seconds and 5 git commands to generate.