Age | Commit message (Collapse) | Author |
|
was called with as an argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update error behaviour so that a failing SCB callback results in a failing testcase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions
|
|
given from both erlang shell and ct_run command
|
|
|
|
|
|
|
|
|
|
|
|
pre/post_init_suite/2 in suite callback
|
|
|
|
|
|
work on suite_callback functionality.
|
|
anything which init_tc/3 can, and also modify the COnfig variable when called from init_per_suite and init_per_group
|
|
|
|
groups() ->
[{test, [sequence], [{other_suite, all}]}].
|
|
* lukas/common_test/extend_timeout_for_win:
Update the support init_per_suite to extend the timeout for starting a slave node on windows.
|
|
inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail
|
|
node on windows.
|
|
run_test to ct_run
|
|
|
|
filenames become too long and the tests fail
|
|
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do
not support. As the only effect of the "-f" flag is to suppress warning
messages, it can be safely omitted.
|
|
|
|
* lukas/common_test/ct_parse_table/OTP-8907:
Update parse_table to take multiline sql rows Add test cases for ct:parse_table
|
|
Add test cases for ct:parse_table
|
|
* maint-r14:
Prepare release
Add vts.tool to priv exports for unix
|
|
|
|
|
|
* lukas/common_test/ct_get_status_docs/OTP-8895:
Update get_status doc to include no_tests_running
|
|
|