Changeset 10602
- Timestamp:
- Dec 9, 2006, 1:52:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/DataChallenge/inject_essence.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataChallenge/inject_essence.pl
r10601 r10602 44 44 my ( $success_exp, $error_code_exp, $full_buf_exp, $stdout_buf_exp, $stderr_buf_exp ) = 45 45 run( command => $command_exp, verbose => 1 ); 46 die "Unable to inject $exp: $error_code \n" if not $success_exp;46 die "Unable to inject $exp: $error_code_exp\n" if not $success_exp; 47 47 48 48 my @line = split(/\s+/, $$stdout_buf_exp[0]); # The output line, containing the exposure tag … … 53 53 my ( $success_imfile, $error_code_imfile, $full_buf_imfile, 54 54 $stdout_buf_imfile, $stderr_buf_imfile ) = run( command => $command_imfile, verbose => 1 ); 55 die "Unable to inject $exp imfile: $error_code \n" if not $success;55 die "Unable to inject $exp imfile: $error_code_imfile\n" if not $success_imfile; 56 56 } 57 57
Note:
See TracChangeset
for help on using the changeset viewer.
