tests: force the trace format to ctf1
[lttng-tools.git] / tests / regression / tools / live / test_lttng_kernel
index a23d9373a842fbb41eb55d0a8c2a3828140a804f..e0e823d6652e0bf0ce9aa43a720360c49ab80fa4 100755 (executable)
@@ -30,7 +30,7 @@ print_test_banner "$TEST_DESC"
 function setup_live_tracing()
 {
        # Create session with default path
-       $TESTDIR/../src/bin/lttng/$LTTNG_BIN create $SESSION_NAME --live $DELAY_USEC \
+       $TESTDIR/../src/bin/lttng/$LTTNG_BIN create --trace-format=ctf1 $SESSION_NAME --live $DELAY_USEC \
                -U net://localhost >/dev/null 2>&1
        ok $? "Create session in live mode with delay $DELAY_USEC"
 
This page took 0.029948 seconds and 5 git commands to generate.