diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-10-01 01:44:53 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-10-17 17:54:11 +0200 |
commit | 45d73a5d8a98dbabcdf37e2da5ef5b0412244643 (patch) | |
tree | 171cebe896512759e763a9d7bb36efe43455d1d1 /fs/configfs/symlink.c | |
parent | ktest: Do not reboot on config or build issues (diff) | |
download | linux-45d73a5d8a98dbabcdf37e2da5ef5b0412244643.tar.xz linux-45d73a5d8a98dbabcdf37e2da5ef5b0412244643.zip |
ktest: Add IF and ELSE to config sections
Add IF keyword to sections within the config. Also added an ELSE
keyword that allows different config options to be set for a given
section.
For example:
TYPE := 1
STATUS := 0
DEFAULTS IF ${TYPE}
[...]
ELSE IF ${STATUS}
[...]
ELSE
[...]
The above will process the first section as $TYPE is true. If it
was false, it would process the last section as $STATUS is false.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'fs/configfs/symlink.c')
0 files changed, 0 insertions, 0 deletions