We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe9076 + 3de5bd7 commit 41df502Copy full SHA for 41df502
test-cargo-miri/run-test.py
@@ -67,6 +67,10 @@ def test_cargo_miri_test():
67
68
os.chdir(os.path.dirname(os.path.realpath(__file__)))
69
70
+if not 'MIRI_SYSROOT' in os.environ:
71
+ # Make sure we got a working sysroot.
72
+ # (If the sysroot gets built later when output is compared, that leads to test failures.)
73
+ subprocess.run(cargo_miri("setup"), check=True)
74
test_cargo_miri_run()
75
test_cargo_miri_test()
76
0 commit comments