about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-08 23:50:39 +0000
committerbors <bors@rust-lang.org>2022-12-08 23:50:39 +0000
commitb359ccf1b0b7b2d2c1c4932344b806e68bd053a9 (patch)
tree6fc17d47a8d6d38f6d473dab5cf9121b5f10f4ed
parent7632db0e87d8adccc9a83a47795c9411b1455855 (diff)
parentc1d5a5a246d50ab22bec6f3102f8c4179ecf98d1 (diff)
downloadrust-b359ccf1b0b7b2d2c1c4932344b806e68bd053a9.tar.gz
rust-b359ccf1b0b7b2d2c1c4932344b806e68bd053a9.zip
Auto merge of #105477 - tmiasko:make, r=ehuss
Ignore errors when including clear_expected_if_blessed

Include is there only for the effect executing the rule. The file is not intended to be remade successfully to be actually included.

I erroneously changed this in #100912.
-rw-r--r--src/test/run-make/coverage-reports/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/coverage-reports/Makefile b/src/test/run-make/coverage-reports/Makefile
index 436aebf1174..d06cd9c6a54 100644
--- a/src/test/run-make/coverage-reports/Makefile
+++ b/src/test/run-make/coverage-reports/Makefile
@@ -80,7 +80,7 @@ ifdef RUSTC_BLESS_TEST
 	rm -f expected_*
 endif
 
-include clear_expected_if_blessed
+-include clear_expected_if_blessed
 
 %: $(SOURCEDIR)/lib/%.rs
 	# Compile the test library with coverage instrumentation