Cleanup: use `modprobe --remove` rather than `rmmod`
[lttng-tools.git] / tests / regression / tools / rotation / test_kernel
index f4019b46176d17bb476b0d9f0fd43aebefbca31f..7cd51bc03f0c029e22e36e1fb3c01bed05eef86d 100755 (executable)
@@ -105,7 +105,7 @@ skip $isroot "Root access is needed. Skipping all kernel streaming tests." $NUM_
                clean_path $TRACE_PATH
        done
 
-       rmmod lttng-test
+       modprobe --remove lttng-test
        stop_lttng_sessiond
        stop_lttng_relayd
 }
This page took 0.023476 seconds and 4 git commands to generate.