summaryrefslogtreecommitdiff
path: root/src/rebar_ct.erl
Commit message (Expand)AuthorAgeFilesLines
* Log out success message with newlinesJulius Andrikonis2018-01-291-1/+1
* Revert "Drop crypto app reliance"Tuncer Ayaz2017-08-201-9/+3
* Improve pseudo-unique ct_run node nameTuncer Ayaz2017-08-191-3/+9
* Drop crypto app relianceTuncer Ayaz2017-08-181-1/+1
* Optionally look for ct .spec files in the ct_dir that was specifiedLuis Rascão2016-03-141-4/+16
* Add support for Windows integration testingLuis Rascão2016-01-151-9/+26
* Add options 'groups' and 'cases' to 'ct' commandDanil Onishchenko2015-05-271-13/+59
* Fix whitespace errorsTuncer Ayaz2015-04-021-2/+4
* Fix whitespace errorsTuncer Ayaz2015-04-021-13/+18
* Fix app.config argument passing when using ct_run (take 2)Igor Savchuk2014-12-221-6/+8
* Revert "Merge branch 'kittee-ct_appconfig_fix'"Fred Hebert2014-12-211-8/+6
* Merge branch 'ct_appconfig_fix' of https://github.com/kittee/rebar into kitte...Fred Hebert2014-12-211-6/+8
|\
| * Fix app.config argument passing when using ct_runIgor Savchuk2014-11-281-6/+8
* | Fix deps path check in rebar_ct:collect_glob/3stwind2014-12-111-1/+2
|/
* Merge branch 'erl-args-to-end' of https://github.com/NineFX/rebar into NineFX...Fred Hebert2014-07-151-10/+12
|\
| * Fix bug 271varnerac-ubnt2014-06-271-10/+12
* | use the effective deps dir instead of hardcoding "deps"YAMAMOTO Takashi2014-05-301-6/+7
* | fix double "the" in a commentYAMAMOTO Takashi2014-05-301-1/+1
* | Fix spec file look upYAMAMOTO Takashi2014-05-301-12/+18
* | Fix a format of a debug outputYAMAMOTO Takashi2014-05-301-1/+1
|/
* allow suite[s] or test[s] as options for eunit and ctAndrew J. Stone2014-02-051-1/+9
* Fix is_verbose/1 helper functionTuncer Ayaz2013-12-061-2/+2
* Change rebar_ct:check_log/3 to use double quotesBjörn Bylander2013-09-201-1/+1
* Make sure to run ct_run w/ -noshellDave Smith2013-06-251-1/+1
* Use ct_run if available; fixes strange issues with getting erl/ct to stopDave Smith2013-06-251-10/+21
* rebar_ct: fix Dialyzer warning caused by bcc57e9bTuncer Ayaz2013-06-241-4/+10
* Handle ct_run exit codes in R15B02 and laterFred Hebert2013-04-181-4/+22
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+23
* rebar_ct: fix wording in commentsTuncer Ayaz2012-11-181-5/+5
* ct: skip instead of halt on missing/unknown suiteArjan Scherpenisse2012-10-311-3/+10
* rebar_ct: ?DEBUG log ct_run commandTuncer Ayaz2012-09-031-0/+1
* rebar_ct: do not export variable from caseTuncer Ayaz2012-09-021-7/+6
* Fix whitespace errors in rebar_ct and rebar_eunitTuncer Ayaz2012-08-221-1/+1
* Fix #295 (consider *_SUITE.beam in ct skip check)Tuncer Ayaz2012-08-191-1/+1
* Add ct_log_dir option, skip test dir with no SUITEDeadZen2012-08-071-10/+18
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-4/+4
* Finalize app=, skip_app=, suite= deprecationsTuncer Ayaz2012-07-231-1/+1
* Do not use application:set_envTuncer Ayaz2012-07-231-13/+13
* rebar_ct: rename function for clarityTuncer Ayaz2012-06-211-2/+2
* Merge pull request #230 from hyperthunk/ct-nameDave Smith2012-06-081-4/+10
|\
| * Support ct_run using short nameTim Watson2012-05-221-4/+10
* | Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-4/+4
|/
* Support different log levelsTuncer Ayaz2012-01-171-6/+6
* Deprecate ct suite= option for suites= optionMagnus Klaar2012-01-061-12/+17
* Add support for customising common test directoryTim Watson2011-12-281-1/+2
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-14/+1
* Fix the 'ct' target to work on Windows with MSYSJan Klötzke2011-10-201-1/+1
* Add awareness of 'app' parameter to ct moduleTino Breddin2011-08-041-2/+14
* Fix grep portability (Reported-by: Andrew Thompson)Tuncer Ayaz2011-07-141-1/+1
* Pass extra params to ct (thanks Mickael Remond)Tim Watson2011-04-061-6/+13