From 959f8f78f0d6db014b61e5abbcb86821c0eb595f Mon Sep 17 00:00:00 2001 From: Yang Sheng Date: Sun, 20 Dec 2015 23:30:18 +0800 Subject: [PATCH] LU-7573 test: remove rmmod -w option In some distro there is no rmmod -w option availale so just remove -w option. Signed-off-by: Bob Glossman Change-Id: I5c22079d4ce9c7ca6b510e7e816408de47b6cd63 Signed-off-by: Yang Sheng Reviewed-on: http://review.whamcloud.com/17659 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Emoly Liu Reviewed-by: Oleg Drokin --- lustre/tests/run-llog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/run-llog.sh b/lustre/tests/run-llog.sh index 58bc5a4..937daee 100644 --- a/lustre/tests/run-llog.sh +++ b/lustre/tests/run-llog.sh @@ -39,7 +39,7 @@ eval "$LCTL <<-EOF || RC=2 cleanup detach EOF" -rmmod -vw llog_test || RC2=3 +rmmod -v llog_test || RC2=3 [ $RC -eq 0 -a "$RC2" ] && RC=$RC2 exit $RC -- 1.8.3.1