We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b66c2 commit 8a68539Copy full SHA for 8a68539
Tests/iaas/volume-backup/volume-backup-tester.py
@@ -301,8 +301,10 @@ def main():
301
cleanup(conn, prefix=args.prefix, timeout=args.timeout)
302
else:
303
304
- test_backup(conn, prefix=args.prefix, timeout=args.timeout)
305
- cleanup(conn, prefix=args.prefix, timeout=args.timeout)
+ try:
+ test_backup(conn, prefix=args.prefix, timeout=args.timeout)
306
+ finally:
307
+ cleanup(conn, prefix=args.prefix, timeout=args.timeout)
308
309
310
if __name__ == "__main__":
0 commit comments