Lines Matching refs:run_command

1349 sub run_command;
1366 run_command "$power_cycle";
1385 if (run_command $reboot) {
1388 run_command "$power_cycle";
1392 run_command "$power_cycle";
1407 run_command "$power_cycle";
1423 run_command $switch_to_good;
1475 run_command $post_test;
1726 run_command $post_test;
1732 sub run_command { subroutine
1825 return run_command "$cp_exec", undef , $timeout;
1834 return run_command "$cp_scp";
1986 run_command $switch_to_test;
1996 run_command "$reboot_script";
2190 run_command "$cp_post_install" or
2210 run_command "$cp_pre_install" or
2244 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2254 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2436 run_command "mv $outconfig $output_config";
2447 if (!run_command "$make olddefconfig") {
2451 if (!run_command "$make oldnoconfig") {
2454 run_command "yes '' | $make oldconfig" or
2493 my $ret = run_command $pre_build;
2501 run_command "cp $1 $output_config" or
2512 run_command "touch $output_config";
2515 run_command "mv $output_config $outputdir/config_temp" or
2518 run_command "$make mrproper" or dodie "make mrproper";
2520 run_command "mv $outputdir/config_temp $output_config" or
2526 run_command "$make mrproper" or
2540 run_command "$make $type" or
2546 my $build_ret = run_command "$make $build_options", $buildlog;
2552 my $ret = run_command $post_build;
2580 run_command "$power_off";
2584 run_command "$power_off";
2617 run_command $post_test;
2645 run_command $run_test, $testlog;
2915 run_command "git bisect log > $tmp_log" or
2989 run_command "git checkout $bad" or
3001 run_command "git checkout $good" or
3012 run_command "git checkout $head" or
3016 run_command "git bisect start$start_files" or
3020 run_command "git bisect replay $replay" or
3024 run_command "git bisect good $good" or
3033 run_command "git checkout $start" or
3044 run_command "git bisect log" or
3047 run_command "git bisect reset" or
3167 run_command "$diffexec $good $bad", 1;
3180 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3409 run_command "git checkout $sha1" or
3769 run_command "$make allnoconfig" or return 0;
3926 run_command "mv $temp_config $ignore_config" or
3958 run_command "mv $temp_config $output_minconfig" or
4180 run_command $mail_command;
4247 run_command $pre_ktest;
4322 run_command $pre_test;
4334 run_command "cat $addconfig $min > $tmpdir/add_config" or
4340 run_command "git checkout $checkout" or
4401 run_command $final_post_ktest;
4410 run_command $switch_to_good;