From: Steven Rostedt Date: Wed, 15 Jun 2011 00:51:37 +0000 (-0400) Subject: ktest: Require one TEST_START in config file X-Git-Tag: v3.1-rc1~227^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df213ca31f43faf0b1d6c7108e190ff198b42d3;p=pandora-kernel.git ktest: Require one TEST_START in config file There has been too many times that I put in one too many SKIP TEST_STARTs and start the test with the default randconfig by accident that I added this to have ktest ask the user for which test they want to run if no TEST_START is specified. Now if I accidently start the test with all TEST_STARTs skipped, ktest asks what test do I want to run, and I now have a chance to kill it before it does a make mrproper on my build directory. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed