Skip to content

Commit

Permalink
Synchronize main() handling between functional test driver scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 29, 2016
1 parent 3cb2bb1 commit 9d1a54e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/tool_shed/functional_tests.py
Expand Up @@ -483,8 +483,4 @@ def __copy_database_template( source, db_path ):


if __name__ == "__main__":
try:
sys.exit( main() )
except Exception, e:
log.exception( str( e ) )
exit(1)
sys.exit( main() )

0 comments on commit 9d1a54e

Please sign in to comment.