diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2019-03-26 17:36:27 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2019-03-26 22:26:12 -0400 |
commit | 9d7a56ea59a8d787249defc00666eb471395a7ad (patch) | |
tree | 2d0814a27df1a35d57ab74e2c49e887c07d4ce99 | |
parent | cbc0dd43d5aef87cfdde61a818c9b298a560d583 (diff) | |
download | couchdb-9d7a56ea59a8d787249defc00666eb471395a7ad.tar.gz |
Skip running PropEr's own unit tests
We skip mochiweb, snappy and others already.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ DESTDIR= # Rebar options apps= -skip_deps=folsom,meck,mochiweb,triq,snappy,bcrypt,hyper +skip_deps=folsom,meck,mochiweb,triq,proper,snappy,bcrypt,hyper suites= tests= |