switched to bare raise for ci test parent func

This commit is contained in:
checktheroads 2019-06-16 19:08:15 -07:00
parent e5184aad0e
commit a00f67b3f4

View file

@ -216,7 +216,7 @@ def ci_test():
5000,
)
else:
raise RuntimeError("Unable to run tests due to config migration failure")
raise
if __name__ == "__main__":