From: Steven Rostedt Date: Thu, 2 Jun 2011 03:25:13 +0000 (-0400) Subject: ktest: Fix result of rebooting the kernel X-Git-Tag: v3.0-rc2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da46da2d295c0d9f4aaf28dd2b70a1ecb42d972;p=pandora-kernel.git ktest: Fix result of rebooting the kernel The command that is called that reboots the kernel may fail but the return code is not passed back to the ktest.pl script. This is because a ';' is used between the two commands and if the second command fails, only the first command's return code is returned. Using a '&&' between the two commands fixes this. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed