Unset the RUST_LOG environment variable so that it doesn't interfere with the test suite

This commit is contained in:
Brian Anderson 2010-12-29 01:04:43 -05:00 committed by Graydon Hoare
parent 0a2e7f2149
commit 2ec4325fe9

View file

@ -578,6 +578,10 @@ ALL_TEST_SOURCES := $(TEST_CFAIL_SOURCES_BOOT) \
ALL_TEST_INPUTS := $(wildcard test/*/*.rs test/*/*/*.rs test/*/*.rc)
# The test suite currently relies on logging to validate results so
# make sure that logging uses the default configuration
unexport RUST_LOG
check_nocompile: $(TEST_CFAIL_OUTS_BOOT)