Tests: use SIGKILL to shutdown daemons in test_thread_exit and test_tp_fail
[lttng-tools.git] / tests / regression / tools / mi / test_mi
index 380385fa958481e5ae37db88e989e1526cb1fe93..0d3bd4f6d5d853da1e7ffbfd7cc05d35c7b33dcf 100755 (executable)
@@ -132,10 +132,10 @@ function is_command_success ()
 
 function mi_print_version ()
 {
-       local opt=$2
        local output_path=$1
+       local opt=$2
 
-       $LTTNG version $opt > $1
+       $LTTNG version $opt > $output_path
        ok $? "MI test: Lttng version"
 
 }
This page took 0.026441 seconds and 5 git commands to generate.