Clean-up: consumer.hpp: coding style indentation fix
[lttng-tools.git] / tests / regression / ust / test_event_tracef
index 9347fb623d2f085344cf403d22a1f3e10270e950..30922a6cf9ea5a7a921980fc2ed56da20002ebb0 100755 (executable)
@@ -45,9 +45,11 @@ plan_tests $NUM_TESTS
 
 print_test_banner "$TEST_DESC"
 
+bail_out_if_no_babeltrace
+
 start_lttng_sessiond
 
-TRACE_PATH=$(mktemp -d)
+TRACE_PATH=$(mktemp -d -t tmp.test_event_tracef_trace_path.XXXXXX)
 test_event_tracef
 out=$?
 if [ $out -ne 0 ]; then
This page took 0.024038 seconds and 4 git commands to generate.