tests/run-tests.py
branchstable
changeset 877 c2ca6e172fd8
parent 866 d51c3fd4e34a
child 878 e1a93489159d
equal deleted inserted replaced
876:20db7f6aba9a 877:c2ca6e172fd8
  1107             runtests(options, tests)
  1107             runtests(options, tests)
  1108     finally:
  1108     finally:
  1109         time.sleep(1)
  1109         time.sleep(1)
  1110         cleanup(options)
  1110         cleanup(options)
  1111 
  1111 
  1112 main()
  1112 if __name__ == '__main__':
       
  1113     main()