summaryrefslogtreecommitdiff
path: root/src/rebar_ct.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix code clarity and formattingTuncer Ayaz2011-03-221-17/+17
* Fix ct include option prefixShunichi Shinohara2011-03-221-1/+1
* Add -spec support to rebar_ct command lineTim Watson2011-02-211-21/+49
* Clean up codeTuncer Ayaz2011-02-061-13/+14
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Fix indentation in rebar_ctTuncer Ayaz2011-01-131-20/+20
* Apply Tidier suggestionsTuncer Ayaz2011-01-131-1/+1
* Unify executable invocationJuhani Rankimies2011-01-061-2/+4
* Add rebar code path to common test code pathBenjamin Nortier2010-12-091-2/+11
* Fix dialyzer warning for rebar_utils:sh/2 callTuncer Ayaz2010-09-291-8/+2
* Fixing bug 518; original patch by Tim Watson with some minor cleanups/clarifi...Dave Smith2010-07-281-1/+29
* Initial cleanup pass on rebar_ct; removing other targets in favor of "ct" (al...Dave Smith2010-06-221-59/+50
* Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-011-4/+4
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* Enhanced option parsing with new getopt and made rebar more user friendlyTuncer Ayaz2009-12-311-4/+4
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-6/+6
* Fixing number of warnings and bugletsDave Smith2009-12-141-1/+1
* Added check for suite compilation failures to rebar_ct.Jon Meredith2009-12-041-4/+12
* Added rebar_ct to support common_test targets test, int_test and perf_test.Jon Meredith2009-12-031-0/+196