From: Steven Rostedt (Red Hat) Date: Fri, 8 Mar 2013 14:33:35 +0000 (-0500) Subject: ktest: Allow tests to use different GRUB_MENUs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~133^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752d96657cf4844793ac4d62d02a0733396ef16c;p=pandora-kernel.git ktest: Allow tests to use different GRUB_MENUs To save connecting and searching for a given grub menu for each test, ktest.pl will cache the grub number it found. The problem is that different tests might use a different grub menu, but ktest.pl will ignore it. Instead, have ktest.pl check if the grub menu it used to cache the content is the same as when it grabbed the menu. If not, grab it again, otherwise just return the cached value. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed