IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 3:48:28 PM (18 years ago)
Author:
bills
Message:

pass along verbose if provided

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_webrequest.pl

    r18547 r18986  
    8383{
    8484    my $command = "$pstamprequest -req_name $request_name -project $project $request_file @ARGV";
    85     $command .= " -$job_type" if $job_type;     # default job_type is stamp
     85    $command .= " -$job_type" if $job_type;     # default job_type is pstamp
    8686
    8787    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    9898    ### In list mode just parse the file print the output and we're done
    9999    ###
    100     my $command = "$pstampparse --mode list_uri --file $request_file --dbname $dbname";
     100    my $command = "$pstampparse --mode list_uri --file $request_file";
     101    $command .= " --dbname $dbname" if $dbname;
     102    $command .= " --verbose" if $verbose;
    101103    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    102104        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.