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 a358590 commit 3a837cdCopy full SHA for 3a837cd
travis.sh
@@ -17,6 +17,8 @@ echo
17
# Test
18
function run_tests {
19
./miri test
20
+ # "miri test" has built the sysroot for us, now this should pass without
21
+ # any interactive questions.
22
test-cargo-miri/run-test.py
23
}
24
0 commit comments