Add a test for --quiet in test harness.
This commit is contained in:
parent
bbb45c41df
commit
d23fd711eb
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ all:
|
|||
$(RUSTC) --test test-ignore-cfg.rs --cfg ignorecfg
|
||||
$(call RUN,test-ignore-cfg) | grep 'shouldnotignore ... ok'
|
||||
$(call RUN,test-ignore-cfg) | grep 'shouldignore ... ignored'
|
||||
$(call RUN,test-ignore-cfg --quiet) | grep "^i\.$$"
|
||||
$(call RUN,test-ignore-cfg --quiet) | grep -v 'should'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue