From 2ec4325fe9fe5808d7abab544e3a9ce896093f51 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 29 Dec 2010 01:04:43 -0500 Subject: Unset the RUST_LOG environment variable so that it doesn't interfere with the test suite --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 8cb5df0b..6b77ac84 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) -- cgit v1.2.3