Tests: add kernel test into the `make check` test suite.
[lttng-tools.git] / tests / regression / kernel / test_rotation_destroy_flush
index 722468f5757aeb73f26b899ec2ee1582049ce09d..cb773d7df59973c4a31ca69e6332cda9601f46f1 100755 (executable)
@@ -128,11 +128,12 @@ fi
 
 skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS ||
 {
+       validate_lttng_modules_present
        trap signal_cleanup SIGTERM SIGINT
 
        while [ "$i" -lt "$TEST_COUNT" ]; do
 
-               TRACE_PATH=$(mktemp -d)
+               TRACE_PATH=$(mktemp --tmpdir -d -t tmp.test_kernel_rotation_destroy_flush.XXXXXX)
 
                # Execute test
                ${TESTS[$i]}
This page took 0.024673 seconds and 4 git commands to generate.