Add stdout notice if any stage fails
This commit is contained in:
@@ -185,6 +185,7 @@ def main():
|
|||||||
passed &= run_stage(s)
|
passed &= run_stage(s)
|
||||||
|
|
||||||
if not passed:
|
if not passed:
|
||||||
|
print("!!! One or more test stages failed !!!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user