Cleanup: use `modprobe --remove` rather than `rmmod`
[lttng-tools.git] / tests / regression / tools / rotation / test_kernel
index ba084bc44588d23e85cae0c4c75847ef6f2795f9..8ed95534f31d6d6fb02fa1e5fffdcf56fdfca9fd 100755 (executable)
@@ -115,7 +115,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.023554 seconds and 4 git commands to generate.