aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2018-09-04 12:13:43 +0200
committerSiri Hansen <[email protected]>2018-09-04 12:13:43 +0200
commit3a4f728fc767671535b2ae6716caef8872d3fb91 (patch)
tree45b26083f7b6c9fa2205348d6188da61eb7e3e3e /lib/sasl
parent5801fcb2b36e04c433dcf0b90a8c47b86e34fc07 (diff)
downloadotp-3a4f728fc767671535b2ae6716caef8872d3fb91.tar.gz
otp-3a4f728fc767671535b2ae6716caef8872d3fb91.tar.bz2
otp-3a4f728fc767671535b2ae6716caef8872d3fb91.zip
[sasl] Flush logger handlers to file before terminating node
Diffstat (limited to 'lib/sasl')
-rw-r--r--lib/sasl/test/sasl_report_SUITE.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sasl/test/sasl_report_SUITE.erl b/lib/sasl/test/sasl_report_SUITE.erl
index a03932133e..e639b55cee 100644
--- a/lib/sasl/test/sasl_report_SUITE.erl
+++ b/lib/sasl/test/sasl_report_SUITE.erl
@@ -106,6 +106,9 @@ gen_server_crash(Config, Encoding) ->
ok = rpc:call(Node,?MODULE,crash_me,[]),
+ ok = rpc:call(Node,logger_std_h,filesync,[default]),
+ ok = rpc:call(Node,logger_std_h,filesync,[sasl]),
+
test_server:stop_node(Node),
ok = logger:remove_primary_filter(no_remote),