- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/runchipimfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/tools/runchipimfile.pl
r33415 r34041 91 91 $command .= " --dbname $dbname" if $dbname; 92 92 $command .= " --zaplog" if $zaplog; 93 $command .= " --threads $threads" if $threads; 93 94 94 95 if ($update) { … … 110 111 exit 0 if $pretend; 111 112 112 exit system $command; 113 my $rc = system $command; 114 my $status = $rc >> 8; 115 if ($rc) { 116 print STDERR "command failed with $rc $status\n"; 117 $status = 1 unless $status; 118 } else { 119 print "Successfully rebuilt chip $chip_id $class_id\n"; 120 } 121 exit $status; 113 122 114 123
Note:
See TracChangeset
for help on using the changeset viewer.
