Changeset 36231
- Timestamp:
- Oct 22, 2013, 12:55:52 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/rawcheck.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/rawcheck.pl
r36221 r36231 81 81 my $regtool_cmd = "$regtool -processedimfile -exp_id $exp_id -dbname $dbname"; 82 82 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 83 run(command => $regtool_cmd, verbose => 0);83 run(command => $regtool_cmd, verbose => 1); 84 84 unless ($success) { 85 85 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 95 95 my $hostname = $imfile->{hostname}; 96 96 my $class_id = $imfile->{class_id}; 97 97 98 if (!(defined($hostname))) { $hostname = 'ipp004'; } 98 99 99 100 # if (($data_state ne 'full')||($data_state ne 'compressed')) { next; } ## skip things that aren't full.
Note:
See TracChangeset
for help on using the changeset viewer.
