aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-10-31 11:14:09 +0100
committerBjörn-Egil Dahlberg <[email protected]>2016-10-31 11:14:09 +0100
commit6b0a65a4f25659b358d328c0cecf7d06cc98962b (patch)
tree4bd4de6b575b52eefa0d25bbd80bdbb58cbfe533 /lib
parentd55e19a7d3bf3827c69242da8055a7909300f561 (diff)
parent348c4f3e579a104eb652a527c9c19a4230beb47e (diff)
downloadotp-6b0a65a4f25659b358d328c0cecf7d06cc98962b.tar.gz
otp-6b0a65a4f25659b358d328c0cecf7d06cc98962b.tar.bz2
otp-6b0a65a4f25659b358d328c0cecf7d06cc98962b.zip
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r--lib/mnesia/test/mnesia_test_lib.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mnesia/test/mnesia_test_lib.erl b/lib/mnesia/test/mnesia_test_lib.erl
index 6e84a27ec9..0fabdc7929 100644
--- a/lib/mnesia/test/mnesia_test_lib.erl
+++ b/lib/mnesia/test/mnesia_test_lib.erl
@@ -263,6 +263,7 @@ slave_start_link(Host, Name, Retries) ->
Path = code:get_path(),
ok = rpc:call(NewNode, file, set_cwd, [Cwd]),
true = rpc:call(NewNode, code, set_path, [Path]),
+ ok = rpc:call(NewNode, error_logger, tty, [false]),
spawn_link(NewNode, ?MODULE, slave_sup, []),
rpc:multicall([node() | nodes()], global, sync, []),
{ok, NewNode};