We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f24d62 commit 9f3a0a1Copy full SHA for 9f3a0a1
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0a2e7f2149c4630afc1d981a8e8de8e25b71b43f
+refs/heads/master: 2ec4325fe9fe5808d7abab544e3a9ce896093f51
trunk/src/Makefile
@@ -578,6 +578,10 @@ ALL_TEST_SOURCES := $(TEST_CFAIL_SOURCES_BOOT) \
578
579
ALL_TEST_INPUTS := $(wildcard test/*/*.rs test/*/*/*.rs test/*/*.rc)
580
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
+
585
586
check_nocompile: $(TEST_CFAIL_OUTS_BOOT)
587
0 commit comments