Skip to content

Commit 2ec4325

Browse files
brsongraydon
authored andcommitted
Unset the RUST_LOG environment variable so that it doesn't interfere with the test suite
1 parent 0a2e7f2 commit 2ec4325

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@ ALL_TEST_SOURCES := $(TEST_CFAIL_SOURCES_BOOT) \
578578

579579
ALL_TEST_INPUTS := $(wildcard test/*/*.rs test/*/*/*.rs test/*/*.rc)
580580

581+
# The test suite currently relies on logging to validate results so
582+
# make sure that logging uses the default configuration
583+
unexport RUST_LOG
584+
581585

582586
check_nocompile: $(TEST_CFAIL_OUTS_BOOT)
583587

0 commit comments

Comments
 (0)