Skip to content

Commit

Permalink
capture the return value from a replayed function
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Dec 27, 2012
1 parent c7a37b4 commit a21c289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apron
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ APRON_replay() {

# invoke the user command, collecting expectations
"$@"
APRON_function_return=$?

_APRON_verify_expectations "$expectations_file"
local r=$?
Expand Down

0 comments on commit a21c289

Please sign in to comment.