We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb45c4 commit d23fd71Copy full SHA for d23fd71
src/test/run-make/test-harness/Makefile
@@ -5,3 +5,5 @@ all:
5
$(RUSTC) --test test-ignore-cfg.rs --cfg ignorecfg
6
$(call RUN,test-ignore-cfg) | grep 'shouldnotignore ... ok'
7
$(call RUN,test-ignore-cfg) | grep 'shouldignore ... ignored'
8
+ $(call RUN,test-ignore-cfg --quiet) | grep "^i\.$$"
9
+ $(call RUN,test-ignore-cfg --quiet) | grep -v 'should'
0 commit comments