mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Comment on error failures in logs + indenting
This commit is contained in:
parent
939bb244e1
commit
0e3026539e
@ -18,6 +18,17 @@
|
||||
#
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Notes on the tests:
|
||||
#
|
||||
# This test suite will print out errors in logs for tests:
|
||||
#
|
||||
# test "Error in run_fold is ignored"
|
||||
# test "Throw in run_fold is ignored"
|
||||
# test "Exit in run_fold is ignored"
|
||||
#
|
||||
# Those tests are not failing and we can safely ignore those errors in
|
||||
# log as we are exercising hook handler recovery from that situation.
|
||||
|
||||
defmodule EjabberdHooksTest do
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user