Browse Source

Add stdout notice if any stage fails

pull/4/head
Jack Grigg 7 years ago
parent
commit
6e98511cf1
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 1
      qa/zcash/full_test_suite.py

1
qa/zcash/full_test_suite.py

@ -185,6 +185,7 @@ def main():
passed &= run_stage(s)
if not passed:
print("!!! One or more test stages failed !!!")
sys.exit(1)
if __name__ == '__main__':

Loading…
Cancel
Save