Fix: update tests for --no-intersection intersection-mode
authorAntoine Busque <abusque@efficios.com>
Thu, 5 May 2016 21:16:35 +0000 (17:16 -0400)
committerAntoine Busque <abusque@efficios.com>
Thu, 5 May 2016 21:16:35 +0000 (17:16 -0400)
Signed-off-by: Antoine Busque <abusque@efficios.com>
tests/integration/expected/no_intersection.txt
tests/integration/test_intersect.py

index a7182c31fed90fd28754fb2c2da2db224bcde471..5367af4067ba743b5bf198038ca52617cbdee068 100644 (file)
@@ -1 +1 @@
-Error: Trace has no intersection. Use --disable-intersect-mode to override
\ No newline at end of file
+Error: Trace has no intersection. Use --no-intersection to override
\ No newline at end of file
index 2e11bc0f65b0883dcd0b5915b63da59b51c174d8..99c37f2c8328f7ccf8c233ca429acdc951ca1f19 100644 (file)
@@ -48,6 +48,6 @@ class IntersectTest(AnalysisTest):
         test_name = 'disable_intersect'
         expected = self.get_expected_output(test_name)
         result = self.get_cmd_output('lttng-irqstats',
-                                     options='--disable-intersect-mode')
+                                     options='--no-intersection')
 
         self._assertMultiLineEqual(result, expected, test_name)
This page took 0.024012 seconds and 5 git commands to generate.