diff options
author | Siri Hansen <siri@erlang.org> | 2016-11-28 11:45:21 +0100 |
---|---|---|
committer | Siri Hansen <siri@erlang.org> | 2016-12-07 14:36:07 +0100 |
commit | 85e00f2a434d3295d7a683838cda002403f5af17 (patch) | |
tree | dc8ee006655a88b662264ea2eb55180af8d6e2e9 /.gitignore | |
parent | 9f7e79d8157db06b3b03e033db87c2e811d938d2 (diff) |
Improve merge of command line options and config options
Bug: option 'spec' is not specifically handled when merging options
from the command line with options from rebar.config. Due to this, if
the config specifies a 'spec', then this will take precedence over any
'dir' and/or 'suite' on the command line.
This commit takes special care of all options that can be used to
select tests - meaning that if any of the options 'spec', 'dir',
'suite', 'group' or 'case' are specified on the command line, then all
'spec', 'dir', 'suite', 'group' and 'case' options in rebar.config
will be ignored.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions