]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ktest: Require one TEST_START in config file
authorSteven Rostedt <srostedt@redhat.com>
Wed, 15 Jun 2011 00:51:37 +0000 (20:51 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Jun 2011 00:51:37 +0000 (20:51 -0400)
commit0df213ca31f43faf0b1d6c7108e190ff198b42d3
tree5e73134920125d2ac0a95733de9cc24238a56eb5
parentddf607e5f853ae172e81e6051e1e12e24ea8a3c6
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 <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl