Fix: replace 'modprobe -l' by lsmod in kernel test
authorDavid Goulet <dgoulet@efficios.com>
Mon, 16 Apr 2012 15:35:34 +0000 (11:35 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 16 Apr 2012 15:35:34 +0000 (11:35 -0400)
commit0e4ec34fb67a1c7f79810de437ab22f496ecd430
tree69c24f9201b55aba6d87ee45940fd3d397cdeefa
parenta88b4be2663b5b3f08085ca54a4544832ac6ceb1
Fix: replace 'modprobe -l' by lsmod in kernel test

The -l option does not exist anymore on recent version of modprobe. Use
lsmod instead.

Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/lttng/run-kernel-tests.sh
This page took 0.024962 seconds and 4 git commands to generate.