summaryrefslogtreecommitdiff
path: root/inttest
Commit message (Collapse)AuthorAgeFilesLines
* Add pre and post script support for all commandsTim Watson2011-03-123-0/+52
| | | | | | | | | This change makes it possible to assign pre/post scripts to all rebar commands. This allows users fine grained control over when scripts and/or shell commands should be executed, where such extensions are absolutely needed. Several examples have been added to the rebar.config.sample file.
* 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.
* Fix warningTuncer Ayaz2011-01-311-1/+1
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Fix file existence checksTuncer Ayaz2011-01-291-1/+1
|
* Adding simple test suite for common_test functionalityDave Smith2010-06-222-0/+38
|
* Fix bug in tdeps2_rt test; app files were not getting module listDave Smith2010-06-211-6/+6
|
* Updating retestDave Smith2010-06-141-0/+0
| | | | | --HG-- extra : rebase_source : 5035f025b5873cedfb67e42159c5ce95b07c198d
* Adding test for new release generation overlay systemDave Smith2010-06-144-0/+51
| | | | | --HG-- extra : rebase_source : cd143fdf55773dcfbeeda687570b226def42e4f5
* Updating integration testsDave Smith2010-06-093-8/+16
| | | | | --HG-- extra : rebase_source : c0bfcfbbbca005eee2a3434cbe25494399b07532
* Adding another transitive dep testDave Smith2010-06-097-0/+72
| | | | | --HG-- extra : rebase_source : 1998dc102f89c3c809d5146c800218b5c5b6cba9
* Update retest w/ better handling of multi-statement shell commands; update ↵Dave Smith2010-06-082-5/+6
| | | | | | | tdeps1_rt to use it --HG-- extra : rebase_source : 010907d47b360288825cb9c841d62450700be225
* Updating retestDave Smith2010-06-081-0/+0
|
* Adding transitive deps test #1Dave Smith2010-06-086-0/+61
|
* Adding rt for bug 5Dave Smith2010-06-042-0/+29