1107 runtests(options, tests)
1108 finally:
1109 time.sleep(1)
1110 cleanup(options)
1111
1112 main()
1112 if __name__ == '__main__':
1113 main()