Lines Matching refs:run_command
1321 sub run_command;
1340 if (run_command $reboot) {
1343 run_command "$power_cycle";
1347 run_command "$power_cycle";
1361 run_command "$power_cycle";
1377 run_command $switch_to_good;
1628 run_command $post_test;
1666 sub run_command { subroutine
1731 return run_command "$cp_exec";
1740 return run_command "$cp_scp";
1887 run_command $switch_to_test;
1897 run_command "$reboot_script";
2091 run_command "$cp_post_install" or
2111 run_command "$cp_pre_install" or
2145 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2155 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2337 run_command "mv $outconfig $output_config";
2348 if (!run_command "$make olddefconfig") {
2352 if (!run_command "$make oldnoconfig") {
2355 run_command "yes '' | $make oldconfig" or
2394 my $ret = run_command $pre_build;
2402 run_command "cp $1 $output_config" or
2413 run_command "touch $output_config";
2416 run_command "mv $output_config $outputdir/config_temp" or
2419 run_command "$make mrproper" or dodie "make mrproper";
2421 run_command "mv $outputdir/config_temp $output_config" or
2427 run_command "$make mrproper" or
2441 run_command "$make $type" or
2447 my $build_ret = run_command "$make $build_options", $buildlog;
2453 my $ret = run_command $post_build;
2481 run_command "$power_off";
2485 run_command "$power_off";
2493 run_command $post_test;
2547 run_command $run_test, $testlog or $failed = 1;
2817 run_command "git bisect log > $tmp_log" or
2891 run_command "git checkout $bad" or
2903 run_command "git checkout $good" or
2914 run_command "git checkout $head" or
2918 run_command "git bisect start$start_files" or
2922 run_command "git bisect replay $replay" or
2926 run_command "git bisect good $good" or
2935 run_command "git checkout $start" or
2946 run_command "git bisect log" or
2949 run_command "git bisect reset" or
3270 run_command "mv $good_config ${good_config}.last";
3276 run_command "mv $bad_config ${bad_config}.last";
3452 run_command "git checkout $sha1" or
3814 run_command "$make allnoconfig" or return 0;
3971 run_command "mv $temp_config $ignore_config" or
4003 run_command "mv $temp_config $output_minconfig" or
4223 run_command $pre_ktest;
4293 run_command $pre_test;
4305 run_command "cat $addconfig $min > $tmpdir/add_config" or
4311 run_command "git checkout $checkout" or
4372 run_command $final_post_ktest;
4381 run_command $switch_to_good;