mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
bootconfig: Check the parsed output of the good examples
Check whether the parsed output of the good example configs are the same as expected. Link: https://lore.kernel.org/all/177025239529.14982.12913754615993262263.stgit@devnote2/ Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Tested-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
@@ -179,6 +179,9 @@ done
|
||||
echo "=== expected success cases ==="
|
||||
for i in samples/good-* ; do
|
||||
xpass $BOOTCONF -a $i $INITRD
|
||||
x="samples/exp-"`basename $i`
|
||||
$BOOTCONF $i > $TEMPCONF
|
||||
xpass diff $x $TEMPCONF
|
||||
done
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user