Lines Matching refs:run_command
573 sub run_command;
1443 run_command "$power_cycle";
1462 if (run_command $reboot) {
1465 run_command "$power_cycle";
1469 run_command "$power_cycle";
1484 run_command "$power_cycle";
1500 run_command $switch_to_good;
1583 run_command $post_test;
1834 run_command $post_test;
1840 sub run_command { subroutine
1936 return run_command "$cp_exec", undef , $timeout;
1945 return run_command "$cp_scp";
2087 run_command $switch_to_test;
2097 run_command "$reboot_script";
2290 run_command "$cp_post_install" or
2310 run_command "$cp_pre_install" or
2344 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2354 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2533 run_command "mv $outconfig $output_config";
2544 if (!run_command "$make olddefconfig") {
2548 if (!run_command "$make oldnoconfig") {
2551 run_command "yes '' | $make oldconfig" or
2590 my $ret = run_command $pre_build;
2598 run_command "cp $1 $output_config" or
2609 run_command "touch $output_config";
2612 run_command "mv $output_config $outputdir/config_temp" or
2615 run_command "$make mrproper" or dodie "make mrproper";
2617 run_command "mv $outputdir/config_temp $output_config" or
2622 run_command "$make mrproper" or
2636 run_command "$make $type" or
2645 my $build_ret = run_command "$make $build_options", $buildlog;
2651 my $ret = run_command $post_build;
2679 run_command "$power_off";
2683 run_command "$power_off";
2717 run_command $post_test;
2745 run_command $run_test, $testlog;
3013 run_command "git bisect log > $tmp_log" or
3086 run_command "git checkout $bad" or
3098 run_command "git checkout $good" or
3109 run_command "git checkout $head" or
3113 run_command "git bisect start$start_files" or
3117 run_command "git bisect replay $replay" or
3120 run_command "git bisect good $good" or
3128 run_command "git checkout $start" or
3139 run_command "git bisect log" or
3142 run_command "git bisect reset" or
3240 run_command "$diffexec $good $bad", 1;
3253 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3487 run_command "git checkout $sha1" or
3831 run_command "$make allnoconfig" or return 0;
3987 run_command "mv $temp_config $ignore_config" or
4019 run_command "mv $temp_config $output_minconfig" or
4166 my $ret = run_command $mail_command;
4329 run_command $pre_ktest;
4410 my $ret = run_command $pre_test;
4426 run_command "cat $addconfig $min > $tmpdir/add_config" or
4432 run_command "git checkout $checkout" or
4495 run_command $cp_final_post_ktest;
4504 run_command $switch_to_good;