We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18483b4 commit 05f5c3dCopy full SHA for 05f5c3d
test-cargo-miri/run-test.py
@@ -102,6 +102,7 @@ def test_cargo_miri_test():
102
)
103
104
os.chdir(os.path.dirname(os.path.realpath(__file__)))
105
+os.environ["RUST_TEST_NOCAPTURE"] = "0" # this affects test output, so make sure it is not set
106
107
target_str = " for target {}".format(os.environ['MIRI_TEST_TARGET']) if 'MIRI_TEST_TARGET' in os.environ else ""
108
print(CGREEN + CBOLD + "## Running `cargo miri` tests{}".format(target_str) + CEND)
0 commit comments