Skip to content

Commit 7c3e3e5

Browse files
committed
debug
1 parent b4f2099 commit 7c3e3e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

travis.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ echo
1717

1818
# Test
1919
function run_tests {
20-
./miri test
20+
# FIXME debugging
21+
# ./miri test
2122
# "miri test" has built the sysroot for us, now this should pass without
2223
# any interactive questions.
23-
test-cargo-miri/run-test.py
24+
MIRI_LOG=info test-cargo-miri/run-test.py
2425
}
2526

2627
echo "Test host architecture"

0 commit comments

Comments
 (0)