Whamcloud - gitweb
Properly pick module parameters from modules.conf 02/202/4
authorOleg Drokin <green@whamcloud.com>
Thu, 20 Jan 2011 02:55:00 +0000 (21:55 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 11 Feb 2011 21:08:27 +0000 (16:08 -0500)
commit0091fc721cb5c8dab47c93221a12e7d2c866f057
tree20998bd3e797ea426915d161fba5260a6dba2ee8
parentb635501547739ba4db2225e7263069a70d4a71cb
Properly pick module parameters from modules.conf

Fix incorrect regexp that assumes "options <module> params" format
instead of proper "options module params".
Also use baseline to extract just the name of the module.
Now depends on GNU grep for -P (perl_ regexps so that '+' glob works.

Issue: LU-46
Change-Id: Id4d939bf2d9a412d1d5f3f2e7fcbf466ce436e28
lustre/tests/test-framework.sh