summaryrefslogtreecommitdiff
path: root/inttest/ct2
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-303-37/+0
|
* Fix inttest/ct2 ct spec file location (Thanks Peter Andersson)Tuncer Ayaz2012-09-031-1/+1
| | | | | The DirRef in the spec file is relative to the directory where the spec file is located. ct2_rt was erroneously copying the spec file to test/.
* inttest/ct2: enable rebar DEBUG log levelTuncer Ayaz2012-09-031-1/+1
|
* Add -spec support to rebar_ct command lineTim Watson2011-02-213-0/+37
This change adds support for executing ct test runs based on test specificiations, which was missing previously. The rebar_ct module now looks for any number of files with a name ending in `test.spec` and if it finds one or more, passes these after the `-spec` argument to ct_run instead of explicitly configuring the config, user config and coverage config variables. When no specifications are found, then the module behaves as it did before this change, and both the ct1 and (new) ct2 integration tests appear to show this is a backwards compatible patch.