Skip to content

Commit d23fd71

Browse files
committed
Add a test for --quiet in test harness.
1 parent bbb45c4 commit d23fd71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-make/test-harness/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ all:
55
$(RUSTC) --test test-ignore-cfg.rs --cfg ignorecfg
66
$(call RUN,test-ignore-cfg) | grep 'shouldnotignore ... ok'
77
$(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

Comments
 (0)