1
Fork 0

Add a test for --quiet in test harness.

This commit is contained in:
Simon Sapin 2016-03-15 17:56:52 +01:00
parent bbb45c41df
commit d23fd711eb

View file

@ -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'