Don't fiddle with RUST_LOG in the Makefiles

This is no longer necessary since error logging is not affected by RUST_LOG.
This commit is contained in:
Brian Anderson 2011-05-27 17:01:15 -04:00
parent 867e9fb030
commit e3b3a71e6a
1 changed files with 0 additions and 5 deletions

View File

@ -134,11 +134,6 @@ ALL_TEST_SOURCES = $(TEST_CFAIL_SOURCES_STAGE0) \
$(TEST_RFAIL_SOURCES_STAGE2) \
$(TEST_RPASS_SOURCES_STAGE2)
# 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_STAGE0) \
$(TEST_CFAIL_OUTS_STAGE1) \
$(TEST_CFAIL_OUTS_STAGE2)