Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jul 28, 2019
1 parent b4f2099 commit 7c3e3e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ echo

# Test
function run_tests {
./miri test
# FIXME debugging
# ./miri test
# "miri test" has built the sysroot for us, now this should pass without
# any interactive questions.
test-cargo-miri/run-test.py
MIRI_LOG=info test-cargo-miri/run-test.py
}

echo "Test host architecture"
Expand Down

0 comments on commit 7c3e3e5

Please sign in to comment.