Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example code in ct_hooks_chapter.xml #6437

Merged
merged 1 commit into from Dec 30, 2022
Merged

Fix example code in ct_hooks_chapter.xml #6437

merged 1 commit into from Dec 30, 2022

Commits on Dec 28, 2022

  1. Fix example code in ct_hooks_chapter.xml

    The example code has a syntax error (missing a period),
    and uses the deprecated erlang:now/0 function.
    
    * prefix unused variable names with _
    * use a more minimal example
    * move file:open to terminate
    * 'suite_total' and 'total' were mixed up
    * put complete CT hook example in erlang-skels.el
    * fix indentation for the example CTH code
    * remove some spaces and align to 80 chars rule
    fabjan committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0631c7f View commit details
    Browse the repository at this point in the history