• Steven Rostedt (VMware)'s avatar
    ktest.pl: Make finding config-bisect.pl dynamic · 40667fb5
    Steven Rostedt (VMware) authored
    Just looking for config-bisect.pl in the source tree can be risky,
    especially, if the source tree being tested doesn't have config-bisect.pl in
    place. Instead, allow the user to set where to find config-bisect.pl with a
    new option CONFIG_BISECT_EXEC.
    
    If this option is not set, by default, ktest.pl will look for
    config-bisect.pl in the following locations:
    
     `pwd`/config-bisect.pl # where ktest.pl was called from
     `dirname /path/to/ktest.pl`/config-bisect.pl # where ktest.pl exists
     ${BUILD_DIR}/tools/testing/ktest/config-bisect.pl
       # where config-bisect.pl exists in the source tree.
    Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
    40667fb5
sample.conf 46.4 KB