Changeset 18380
- Timestamp:
- Jun 30, 2008, 10:02:15 AM (18 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 1 added
- 1 edited
-
pstamp_parser_run.pl (modified) (2 diffs)
-
pstampparse.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r18232 r18380 67 67 68 68 my $pstamptool = can_run('pstamptool') or (warn "Can't find pstamptool" and $missing_tools = 1); 69 my $pstampparse = can_run('pstampparse ') or (warn "Can't find pstampparse" and $missing_tools = 1);69 my $pstampparse = can_run('pstampparse.pl') or (warn "Can't find pstampparse.pl" and $missing_tools = 1); 70 70 my $dqueryparse = can_run('dqueryparse.pl') or (warn "Can't find dqueryparse.pl" and $missing_tools = 1); 71 71 my $dsget = can_run('dsget') or (warn "Can't find dsget" and $missing_tools = 1); … … 179 179 my $parse_cmd; 180 180 if ($request_type eq "PS1_PS_REQUEST") { 181 $parse_cmd = $pstampparse . " -mode queue_job -req_id $request_id -out_dir $outdir $uri";181 $parse_cmd = $pstampparse . " -mode queue_job -req_id $request_id -out_dir $outdir -file $uri"; 182 182 $parse_cmd .= " -dbname $dbname" if $dbname; 183 183 } elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") {
Note:
See TracChangeset
for help on using the changeset viewer.
