2 # Definition of custom hooks for atf-run.
4 # Uncomment any hooks that you want to override and add your own code
5 # to them. Some sample calls are included in them. Be very careful
6 # with what you print from here.
8 # See atf-run(1) for more details.
13 # default_info_start_hook "${@}"
15 # atf_tps_writer_info "extra.info" "An example"
20 # default_info_end_hook "${@}"
22 # atf_tps_writer_info "extra.info" "An example"