Lines Matching refs:run_command
577 sub run_command;
1469 run_command "$power_cycle";
1488 if (run_command $reboot) {
1491 run_command "$power_cycle";
1495 run_command "$power_cycle";
1510 run_command "$power_cycle";
1527 run_command $switch_to_good;
1610 run_command $post_test;
1861 run_command $post_test;
1867 sub run_command { subroutine
1968 return run_command "$cp_exec", undef , $timeout;
1977 return run_command "$cp_scp";
2134 run_command $switch_to_test;
2144 run_command "$reboot_script";
2337 run_command "$cp_post_install" or
2357 run_command "$cp_pre_install" or
2391 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2401 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2426 run_command "$make allnoconfig" or return 0;
2586 run_command "mv $outconfig $output_config";
2597 if (!run_command "$make olddefconfig") {
2601 if (!run_command "$make oldnoconfig") {
2604 run_command "yes '' | $make oldconfig" or
2643 my $ret = run_command $pre_build;
2651 run_command "cp $1 $output_config" or
2662 run_command "touch $output_config";
2665 run_command "mv $output_config $outputdir/config_temp" or
2668 run_command "$make mrproper" or dodie "make mrproper";
2670 run_command "mv $outputdir/config_temp $output_config" or
2675 run_command "$make mrproper" or
2689 run_command "$make $type" or
2698 my $build_ret = run_command "$make $build_options", $buildlog;
2704 my $ret = run_command $post_build;
2732 run_command "$power_off";
2736 run_command "$power_off";
2770 run_command $post_test;
2798 run_command $run_test, $testlog;
3064 run_command "git bisect log > $tmp_log" or
3137 run_command "git checkout $bad" or
3149 run_command "git checkout $good" or
3160 run_command "git checkout $head" or
3164 run_command "git bisect start$start_files" or
3168 run_command "git bisect replay $replay" or
3171 run_command "git bisect good $good" or
3179 run_command "git checkout $start" or
3190 run_command "git bisect log" or
3193 run_command "git bisect reset" or
3291 run_command "$diffexec $good $bad", 1;
3304 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3538 run_command "git checkout $sha1" or
3883 run_command "$make allnoconfig" or return 0;
4039 run_command "mv $temp_config $ignore_config" or
4071 run_command "mv $temp_config $output_minconfig" or
4218 my $ret = run_command $mail_command;
4392 run_command $pre_ktest;
4473 my $ret = run_command $pre_test;
4489 run_command "cat $addconfig $min > $tmpdir/add_config" or
4495 run_command "git checkout $checkout" or
4558 run_command $cp_final_post_ktest;
4567 run_command $switch_to_good;