Loading scripts/ivas_conformance/runConformance.py +4 −0 Original line number Diff line number Diff line Loading @@ -631,3 +631,7 @@ if __name__ == "__main__": # final \n makes sure that the output from stat() is readable after the command terminates print() if conformance.failedTests.value != 0: print(f"Error: {conformance.failedTests.value} tests failed") sys.exit(1) Loading
scripts/ivas_conformance/runConformance.py +4 −0 Original line number Diff line number Diff line Loading @@ -631,3 +631,7 @@ if __name__ == "__main__": # final \n makes sure that the output from stat() is readable after the command terminates print() if conformance.failedTests.value != 0: print(f"Error: {conformance.failedTests.value} tests failed") sys.exit(1)