Changeset 9381
- Timestamp:
- Oct 6, 2006, 5:31:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase2.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase2.pl
r9380 r9381 87 87 unless ($no_update) { 88 88 # Command to run dettool 89 my $command = "$p2tool - processed";89 my $command = "$p2tool -addprocessedimfile"; 90 90 $command .= " -exp_tag $expTag"; 91 91 $command .= " -class_id $classId"; … … 100 100 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 101 101 run(command => $command, verbose => 1); 102 die "Unable to perform p2tool - processedfor $expTag/$classId: $error_code\n"102 die "Unable to perform p2tool -addprocessedimfile for $expTag/$classId: $error_code\n" 103 103 if not $success; 104 104
Note:
See TracChangeset
for help on using the changeset viewer.
