Lines Matching defs:run_command

575 sub run_command;
1452 run_command "$power_cycle";
1471 if (run_command $reboot) {
1474 run_command "$power_cycle";
1478 run_command "$power_cycle";
1493 run_command "$power_cycle";
1510 run_command $switch_to_good;
1593 run_command $post_test;
1844 run_command $post_test;
1850 sub run_command {
1951 return run_command "$cp_exec", undef , $timeout;
1960 return run_command "$cp_scp";
2117 run_command $switch_to_test;
2127 run_command "$reboot_script";
2320 run_command "$cp_post_install" or
2340 run_command "$cp_pre_install" or
2374 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2384 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2563 run_command "mv $outconfig $output_config";
2574 if (!run_command "$make olddefconfig") {
2578 if (!run_command "$make oldnoconfig") {
2581 run_command "yes '' | $make oldconfig" or
2620 my $ret = run_command $pre_build;
2628 run_command "cp $1 $output_config" or
2639 run_command "touch $output_config";
2642 run_command "mv $output_config $outputdir/config_temp" or
2645 run_command "$make mrproper" or dodie "make mrproper";
2647 run_command "mv $outputdir/config_temp $output_config" or
2652 run_command "$make mrproper" or
2666 run_command "$make $type" or
2675 my $build_ret = run_command "$make $build_options", $buildlog;
2681 my $ret = run_command $post_build;
2709 run_command "$power_off";
2713 run_command "$power_off";
2747 run_command $post_test;
2775 run_command $run_test, $testlog;
3043 run_command "git bisect log > $tmp_log" or
3116 run_command "git checkout $bad" or
3128 run_command "git checkout $good" or
3139 run_command "git checkout $head" or
3143 run_command "git bisect start$start_files" or
3147 run_command "git bisect replay $replay" or
3150 run_command "git bisect good $good" or
3158 run_command "git checkout $start" or
3169 run_command "git bisect log" or
3172 run_command "git bisect reset" or
3270 run_command "$diffexec $good $bad", 1;
3283 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3517 run_command "git checkout $sha1" or
3862 run_command "$make allnoconfig" or return 0;
4018 run_command "mv $temp_config $ignore_config" or
4050 run_command "mv $temp_config $output_minconfig" or
4197 my $ret = run_command $mail_command;
4363 run_command $pre_ktest;
4444 my $ret = run_command $pre_test;
4460 run_command "cat $addconfig $min > $tmpdir/add_config" or
4466 run_command "git checkout $checkout" or
4529 run_command $cp_final_post_ktest;
4538 run_command $switch_to_good;