also show the output (though we lost the interleaving)
This commit is contained in:
parent
ee98799185
commit
5bd02b7c07
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ script:
|
|||
# Test `cargo miri`
|
||||
cd cargo-miri-test &&
|
||||
MIRI_SYSROOT=~/.xargo/HOST cargo miri -q -- -Zmiri-start-fn >stdout.real 2>stderr.real &&
|
||||
cat stdout.real stderr.real &&
|
||||
# Test `cargo miri` output.
|
||||
diff stdout.ref stdout.real &&
|
||||
diff stderr.ref stderr.real &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue