Added update capability to TestHarness #402

This commit is contained in:
Sterling Harper 2015-06-29 18:50:53 -06:00
parent 206341d0dd
commit 62d4670d1b
95 changed files with 174 additions and 145 deletions

View file

@ -7,4 +7,4 @@ from testing_harness import TestHarness
if __name__ == '__main__':
harness = TestHarness('statepoint.19.*', True)
harness.execute_test()
harness.main()