commit | e51dcb9bee332bc61234a61aa2af314746dcceda | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Mon Oct 31 19:13:02 2022 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Mon Oct 31 22:23:47 2022 +0000 |
tree | 72ad0a59de018a7065fa095ad86345f5fda35523 | |
parent | db12173f6761ccdb23288485856f2716525b7f5a [diff] |
Remove "exit status" from run-test stdout. This is left over from bash. The python script already specifies the expected_exit_code, so the stdout line is redundant and confusing (since the process never actually printed such message to stdout). The python runner will still abort if the test's exit code does not match the declared expected value. Test: test.py -r --all-target --optimizing --64 Change-Id: I69555bf959337fde362108f4df0524d66daddd14