Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
run.py (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crysple authored Oct 18, 2018
1 parent fa1404a commit e994e56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/naive/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ def run(self, installed = True):

if __name__ == '__main__':
installed = (sys.argv[-1] != '--preinstall')
ic = Integration_test()
ci = Integration_test()
time.sleep(8)
try:
ic.run(installed)
ci.run(installed)
# TODO: check the output of rest server
print(GREEN + 'PASS' + CLEAR)
except Exception as error:
Expand Down

0 comments on commit e994e56

Please sign in to comment.