Lines Matching refs:run_command
1371 sub run_command;
1388 run_command "$power_cycle";
1407 if (run_command $reboot) {
1410 run_command "$power_cycle";
1414 run_command "$power_cycle";
1429 run_command "$power_cycle";
1445 run_command $switch_to_good;
1532 run_command $post_test;
1783 run_command $post_test;
1789 sub run_command { subroutine
1885 return run_command "$cp_exec", undef , $timeout;
1894 return run_command "$cp_scp";
2037 run_command $switch_to_test;
2047 run_command "$reboot_script";
2241 run_command "$cp_post_install" or
2261 run_command "$cp_pre_install" or
2295 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2305 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2487 run_command "mv $outconfig $output_config";
2498 if (!run_command "$make olddefconfig") {
2502 if (!run_command "$make oldnoconfig") {
2505 run_command "yes '' | $make oldconfig" or
2544 my $ret = run_command $pre_build;
2552 run_command "cp $1 $output_config" or
2563 run_command "touch $output_config";
2566 run_command "mv $output_config $outputdir/config_temp" or
2569 run_command "$make mrproper" or dodie "make mrproper";
2571 run_command "mv $outputdir/config_temp $output_config" or
2577 run_command "$make mrproper" or
2591 run_command "$make $type" or
2597 my $build_ret = run_command "$make $build_options", $buildlog;
2603 my $ret = run_command $post_build;
2631 run_command "$power_off";
2635 run_command "$power_off";
2668 run_command $post_test;
2696 run_command $run_test, $testlog;
2966 run_command "git bisect log > $tmp_log" or
3040 run_command "git checkout $bad" or
3052 run_command "git checkout $good" or
3063 run_command "git checkout $head" or
3067 run_command "git bisect start$start_files" or
3071 run_command "git bisect replay $replay" or
3075 run_command "git bisect good $good" or
3084 run_command "git checkout $start" or
3095 run_command "git bisect log" or
3098 run_command "git bisect reset" or
3218 run_command "$diffexec $good $bad", 1;
3233 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3466 run_command "git checkout $sha1" or
3826 run_command "$make allnoconfig" or return 0;
3983 run_command "mv $temp_config $ignore_config" or
4015 run_command "mv $temp_config $output_minconfig" or
4255 my $ret = run_command $mail_command;
4328 run_command $pre_ktest;
4409 my $ret = run_command $pre_test;
4425 run_command "cat $addconfig $min > $tmpdir/add_config" or
4431 run_command "git checkout $checkout" or
4494 run_command $cp_final_post_ktest;
4503 run_command $switch_to_good;