From e3b3a71e6aa2b8d8d4e5914eb6841caf5611271a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 27 May 2011 17:01:15 -0400 Subject: [PATCH] Don't fiddle with RUST_LOG in the Makefiles This is no longer necessary since error logging is not affected by RUST_LOG. --- mk/tests.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mk/tests.mk b/mk/tests.mk index 8bdb9318ba4..5e30b352dfa 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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)