Whamcloud - gitweb
LU-7573 test: remove rmmod -w option 59/17659/3
authorYang Sheng <yang.sheng@intel.com>
Sun, 20 Dec 2015 15:30:18 +0000 (23:30 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 23 Dec 2015 00:42:57 +0000 (00:42 +0000)
In some distro there is no rmmod -w option availale so
just remove -w option.

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I5c22079d4ce9c7ca6b510e7e816408de47b6cd63
Signed-off-by: Yang Sheng <yang.sheng@intel.com>
Reviewed-on: http://review.whamcloud.com/17659
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/run-llog.sh

index 58bc5a4..937daee 100644 (file)
@@ -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