This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-23 19:19:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c7a2b450bb
rebar
/
inttest
/
ct1
/
rebar.config
3 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
Add support for customising common test directory This patch allows users to specify the directory in which common_test source files can be found. Most common_test suites are integration, rather than unit tests and keeping the sources apart from test sources for other frameworks such as eunit and PropEr is a useful feature.
2011-09-18 12:38:31 +00:00
{ct_dir, "itest"}.
Fix bug 271 Moves ct_extra_params to the end of the generated ct_run command. This allows users to pass commands to the underlying emulator using -erl_args. The included rt test demonstrates that it is possible to pass an addtional option to ct_run and -erl_args at the same time. Finally, the test executes in regular and verbose modes because rebar constructs the ct_run command differently in verbose mode.
2014-06-27 17:26:25 +00:00
{ct_extra_params, "-repeat 2 -erl_args -config app"}.
Reference in a new issue
Copy permalink