Skip to content

Commit

Permalink
Add a test for --quiet in test harness.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Mar 15, 2016
1 parent bbb45c4 commit d23fd71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-make/test-harness/Makefile
Expand Up @@ -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'

0 comments on commit d23fd71

Please sign in to comment.