Skip to content

Commit

Permalink
Remove {log, [suite]} from test specs
Browse files Browse the repository at this point in the history
It is assumed as a default
  • Loading branch information
arcusfelis committed Dec 5, 2024
1 parent 77042ea commit b87d39d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions big_tests/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
%% * check server's purity after SUITE
{ct_hooks, [ct_groups_summary_hook, ct_tty_hook,
ct_mongoose_hook,
{ct_mongoose_log_hook, [{host, mim2}, {log, [suite]}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim3}, {log, [suite]}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim2}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim3}, {print_init_and_done_for_testcases, false}]},
ct_progress_hook,
ct_markdown_errors_hook, ct_mongoose_log_hook]}.

Expand Down
4 changes: 2 additions & 2 deletions big_tests/dynamic_domains.spec
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
{ct_hooks, [ct_groups_summary_hook, ct_tty_hook, ct_mongoose_hook, ct_progress_hook,
ct_markdown_errors_hook,
ct_mongoose_log_hook,
{ct_mongoose_log_hook, [{host, mim2}, {log, [suite, group]}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim3}, {log, [suite, group]}, {print_init_and_done_for_testcases, false}]}]}.
{ct_mongoose_log_hook, [{host, mim2}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim3}, {print_init_and_done_for_testcases, false}]}]}.

%% since test-runner.sh can be executed with the --one-node option,
%% log collection is enabled by default for host mim1 only.
Expand Down
4 changes: 2 additions & 2 deletions big_tests/mam.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
%% * check server's purity after SUITE
{ct_hooks, [ct_groups_summary_hook, ct_tty_hook, ct_mongoose_hook,
ct_progress_hook,
{ct_mongoose_log_hook, [{host, mim2}, {log, [suite]}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim3}, {log, [suite]}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim2}, {print_init_and_done_for_testcases, false}]},
{ct_mongoose_log_hook, [{host, mim3}, {print_init_and_done_for_testcases, false}]},
ct_markdown_errors_hook, ct_mongoose_log_hook]}.

%% since test-runner.sh can be executed with the --one-node option,
Expand Down

0 comments on commit b87d39d

Please sign in to comment.