basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.94k stars 536 forks source link

Not all builders want to run all deps' tests #950

Closed russelldb closed 6 years ago

russelldb commented 6 years ago

For example, some organisations do not use, nor have the time to maintain, some deps, like riak_ensemble. This change adds an argument TEST_IGNORE that will skip the eunit test running for the deps assigned to the variable.

Example::

make test TEST_IGNORE="riak_ensemble yokozuna"

Will run eunit, but skip those directories. Compile will still run.

Bob-The-Marauder commented 6 years ago

+1