Backport: lttng_snapshot_add_output_ok: let the caller specify the output type
[lttng-tools.git] / tests / regression / tools / mi / test_mi
index 380385fa958481e5ae37db88e989e1526cb1fe93..b02d4a6665781a6e35ce26255126d6287c53209f 100755 (executable)
@@ -678,7 +678,7 @@ function test_snapshot () {
        #Test fail command
        #No channel enable start command should return element success false
        OUTPUT_DEST=$OUTPUT_DIR/$OUTPUT_FILE
-       lttng_snapshot_add_output_ok $session_name $snapshot_path
+       lttng_snapshot_add_output_ok $session_name file://$snapshot_path
        $XML_VALIDATE $OUTPUT_DEST
        ok $? "Mi test: snapshot xsd validation"
 
This page took 0.024566 seconds and 5 git commands to generate.