December 12 2016 Multisection: When You Need to Bisect More Than Once Back

Introducing Devel::Git::MultiBisect

        $perlgitdir     = "$homedir/gitwork/perl";
        $workdir        = cwd();
        $outputdir      = "$homedir/multisect/outputs";
        $first_commit   = 'v5.25.1';
        $last_commit    = 'd6e0ab90d221e0e0cbfcd8c68c96c721a688265f';
        configure_command:      perl Makefile.PL
        make_command:           make
        test_command:           prove -vb <target>
        configure_command:      sh ./Configure -des -Dusedevel -Duseithreads 1>/dev/null
        make_command:           make test_prep 1>/dev/null 2>&1
        test_command:           harness
                                # Alias for:
                                cd t; ./perl harness -v <target> > <outputfile> 2>&1; cd -


Home Last TOC Copyright © 2016 James E Keenan Back Next