Lines Matching refs:run_command
577 sub run_command;
1466 run_command "$power_cycle";
1485 if (run_command $reboot) {
1488 run_command "$power_cycle";
1492 run_command "$power_cycle";
1507 run_command "$power_cycle";
1524 run_command $switch_to_good;
1607 run_command $post_test;
1858 run_command $post_test;
1864 sub run_command { subroutine
1965 return run_command "$cp_exec", undef , $timeout;
1974 return run_command "$cp_scp";
2131 run_command $switch_to_test;
2141 run_command "$reboot_script";
2334 run_command "$cp_post_install" or
2354 run_command "$cp_pre_install" or
2388 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2398 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2423 run_command "$make allnoconfig" or return 0;
2583 run_command "mv $outconfig $output_config";
2594 if (!run_command "$make olddefconfig") {
2598 if (!run_command "$make oldnoconfig") {
2601 run_command "yes '' | $make oldconfig" or
2640 my $ret = run_command $pre_build;
2648 run_command "cp $1 $output_config" or
2659 run_command "touch $output_config";
2662 run_command "mv $output_config $outputdir/config_temp" or
2665 run_command "$make mrproper" or dodie "make mrproper";
2667 run_command "mv $outputdir/config_temp $output_config" or
2672 run_command "$make mrproper" or
2686 run_command "$make $type" or
2695 my $build_ret = run_command "$make $build_options", $buildlog;
2701 my $ret = run_command $post_build;
2729 run_command "$power_off";
2733 run_command "$power_off";
2767 run_command $post_test;
2795 run_command $run_test, $testlog;
3061 run_command "git bisect log > $tmp_log" or
3134 run_command "git checkout $bad" or
3146 run_command "git checkout $good" or
3157 run_command "git checkout $head" or
3161 run_command "git bisect start$start_files" or
3165 run_command "git bisect replay $replay" or
3168 run_command "git bisect good $good" or
3176 run_command "git checkout $start" or
3187 run_command "git bisect log" or
3190 run_command "git bisect reset" or
3288 run_command "$diffexec $good $bad", 1;
3301 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3535 run_command "git checkout $sha1" or
3880 run_command "$make allnoconfig" or return 0;
4036 run_command "mv $temp_config $ignore_config" or
4068 run_command "mv $temp_config $output_minconfig" or
4215 my $ret = run_command $mail_command;
4389 run_command $pre_ktest;
4470 my $ret = run_command $pre_test;
4486 run_command "cat $addconfig $min > $tmpdir/add_config" or
4492 run_command "git checkout $checkout" or
4555 run_command $cp_final_post_ktest;
4564 run_command $switch_to_good;