Skip to content

Commit debbe9e

Browse files
committed
Auto merge of #1731 - RalfJung:ci, r=oli-obk
adjust CI test flags `RUST_TEST_NOCAPTURE` seems to make no difference except for making compiletest output not use colors any more; `RUST_BACKTRACE` is already set by `compiletest.rs`.
2 parents 0fc9aee + 47ec9b8 commit debbe9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
set -euo pipefail
33

44
# Determine configuration
5-
export RUST_TEST_NOCAPTURE=1
6-
export RUST_BACKTRACE=1
75
export RUSTFLAGS="-D warnings"
86
export CARGO_INCREMENTAL=0
97
export CARGO_EXTRA_FLAGS="--all-features"

0 commit comments

Comments
 (0)