Commit 252840a59f09a62bd358c90593724af36a703161

Brodie Rao 2011-08-11T15:18:04

tests: propagate errors from open_temp_repo() instead of exiting This makes it slightly easier to debug test failures when one test opens a repo, has a failure, and doesn't get a chance to close it for the next test. Now, instead of getting no feedback, we at least see test failure information.