We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb0b23 commit b731436Copy full SHA for b731436
test-cargo-miri/run-test.py
@@ -61,7 +61,10 @@ def test_cargo_miri_test():
61
"test.stdout.ref2", "test.stderr.ref"
62
)
63
64
+os.chdir(os.path.dirname(os.path.realpath(__file__)))
65
+
66
test_cargo_miri_run()
67
test_cargo_miri_test()
68
69
print("TEST SUCCESSFUL!")
70
sys.exit(0)
travis.sh
@@ -24,7 +24,7 @@ echo
24
# Test
25
function run_tests {
26
cargo test --release --all-features
27
- (cd test-cargo-miri && ./run-test.py)
+ test-cargo-miri/run-test.py
28
}
29
30
echo "Test host architecture"
0 commit comments