Fix: rotation-destroy-flush: fix session daemon abort if no kernel module present
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / test_rotation_destroy_flush
index 669bcbc430a5f6b0d0d64c1657e0c8b1338ba3d3..64161768f1e3fe286fc84a1d65577c5a1ce7c7c3 100755 (executable)
@@ -23,11 +23,11 @@ SIZE_LIMIT=$PAGE_SIZE
 NR_ITER=10
 NUM_TESTS=$((15*$NR_ITER))
 
-# Ensure the daemons invoke abort on error.
-export LTTNG_ABORT_ON_ERROR=1
-
 source $TESTDIR/utils/utils.sh
 
+# Ensure the daemons invoke abort on error.
+check_skip_kernel_test || export LTTNG_ABORT_ON_ERROR=1
+
 # MUST set TESTDIR before calling those functions
 function run_app()
 {
This page took 0.023278 seconds and 4 git commands to generate.