Age | Commit message (Expand) | Author | Files | Lines |
2012-02-27 | ktest: Fix make_min_config test when build fails | Steven Rostedt | 1 | -3/+5 |
2012-02-21 | tools: Fix typo in ktest.pl | Masanari Iida | 1 | -1/+1 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 3 | -192/+581 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-01-05 | ktest: Add INGORE_ERRORS to ignore warnings in boot up | Steven Rostedt | 2 | -1/+11 |
2012-01-05 | ktest: Still do reboot even for REBOOT_TYPE = script | Steven Rostedt | 2 | -9/+7 |
2012-01-02 | misc latin1 to utf8 conversions | Al Viro | 1 | -1/+1 |
2011-12-23 | ktest: Fix compare script to test if options are not documented | Steven Rostedt | 1 | -1/+3 |
2011-12-23 | ktest: Detect typos in option names | Steven Rostedt | 2 | -80/+139 |
2011-12-23 | ktest: Have all values be set by defaults | Steven Rostedt | 1 | -27/+59 |
2011-12-23 | ktest: Change initialization of defaults hash to perl format | Steven Rostedt | 1 | -35/+36 |
2011-12-23 | ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TEST | Steven Rostedt | 2 | -7/+47 |
2011-12-23 | ktest: Allow overriding bisect test results | Steven Rostedt | 2 | -0/+83 |
2011-12-23 | ktest: Evaluate options before processing them | Steven Rostedt | 1 | -5/+6 |
2011-12-23 | ktest: Evaluate $KERNEL_VERSION in both install and post install | Steven Rostedt | 1 | -3/+12 |
2011-12-23 | ktest: Only ask options needed for install | Steven Rostedt | 1 | -5/+14 |
2011-12-23 | ktest: When creating a new config, ask for BUILD_OPTIONS | Steven Rostedt | 1 | -1/+14 |
2011-12-23 | ktest: Do not ask for some options if the only test is build | Steven Rostedt | 1 | -12/+31 |
2011-12-23 | ktest: Ask for type of test when creating a new config | Steven Rostedt | 1 | -4/+12 |
2011-12-23 | ktest: Allow bisect test to restart where it left off | Steven Rostedt | 1 | -6/+64 |
2011-11-24 | ktest: When creating new config, allow the use of ${THIS_DIR} | Steven Rostedt | 1 | -2/+17 |
2011-11-22 | ktest: Add default for ssh-user, build-target and target-image | Steven Rostedt | 1 | -1/+7 |
2011-11-18 | ktest: Allow success logs to be stored | Rabin Vincent | 2 | -34/+52 |
2011-11-18 | ktest: Save test output | Rabin Vincent | 1 | -11/+19 |
2011-11-18 | ktest: Check parent options for iterated tests | Rabin Vincent | 1 | -0/+16 |
2011-10-28 | ktest: Evaluate variables entered on the command line | Steven Rostedt | 1 | -4/+6 |
2011-10-22 | ktest: Add variable ${PWD} | Steven Rostedt | 1 | -0/+3 |
2011-10-22 | ktest: Add another monitor flush before installing kernel | Steven Rostedt | 1 | -0/+5 |
2011-10-20 | ktest: Do not opencode reboot in grub setting | Steven Rostedt | 1 | -1/+2 |
2011-10-17 | ktest: Add processing of complex conditionals | Steven Rostedt | 2 | -5/+58 |
2011-10-17 | ktest: Fix parsing of config section lines | Steven Rostedt | 1 | -18/+31 |
2011-10-17 | ktest: Sort make_min_config configs by dependecies | Steven Rostedt | 1 | -22/+49 |
2011-10-17 | ktest: Add DEFINED keyword for IF statements | Steven Rostedt | 2 | -1/+33 |
2011-10-17 | ktest: Add OVERRIDE keyword to DEFAULTS section | Steven Rostedt | 2 | -8/+44 |
2011-10-17 | ktest: Consolidate TEST_TYPE and DEFAULT code | Steven Rostedt | 1 | -40/+21 |
2011-10-17 | ktest: Add INCLUDE keyword to include other config files | Steven Rostedt | 2 | -9/+78 |
2011-10-17 | ktest: Let IF keyword take comparisons | Steven Rostedt | 2 | -6/+62 |
2011-10-17 | ktest: Add IF and ELSE to config sections | Steven Rostedt | 2 | -4/+98 |
2011-10-17 | ktest: Do not reboot on config or build issues | Steven Rostedt | 1 | -2/+20 |
2011-10-17 | ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a reboot | Steven Rostedt | 2 | -6/+37 |
2011-10-17 | ktest: Add NO_INSTALL option to not install for a test | Steven Rostedt | 2 | -1/+16 |
2011-10-17 | ktest: Fail when grub menu not found | Steven Rostedt | 1 | -1/+4 |
2011-10-17 | ktest: Include monitor in reboot code | Andrew Jones | 1 | -20/+16 |
2011-10-17 | ktest: Only need to save .config when doing mrproper | Andrew Jones | 1 | -7/+7 |
2011-10-17 | ktest: Create outputdir if it does not exist | Andrew Jones | 1 | -3/+5 |
2011-10-17 | ktest: Add TEST_TYPE install option | Steven Rostedt | 2 | -3/+11 |
2011-07-16 | ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is not | Steven Rostedt | 1 | -12/+7 |
2011-07-16 | ktest: Keep fonud configs separate from default configs | Steven Rostedt | 1 | -4/+8 |
2011-07-16 | ktest: Add prompt to use OUTPUT_MIN_CONFIG | Steven Rostedt | 2 | -14/+59 |
2011-07-16 | ktest: Use Kconfig dependencies to shorten time to make min_config | Steven Rostedt | 2 | -22/+273 |