aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test
diff options
context:
space:
mode:
authorZandra <[email protected]>2016-04-22 15:37:50 +0200
committerZandra <[email protected]>2016-05-02 14:43:32 +0200
commitfe1fe6b2ca2ebefd0b7e82b6651e35f6388a06d0 (patch)
tree8a6dbb09c47642aa040e2b980d9472ad178d97b3 /lib/runtime_tools/test
parent42a1166b47721cd444dbe8c70a04125d842a27c9 (diff)
downloadotp-fe1fe6b2ca2ebefd0b7e82b6651e35f6388a06d0.tar.gz
otp-fe1fe6b2ca2ebefd0b7e82b6651e35f6388a06d0.tar.bz2
otp-fe1fe6b2ca2ebefd0b7e82b6651e35f6388a06d0.zip
let the spawned processes handle rpc replies
This decreases the load on the rex server.
Diffstat (limited to 'lib/runtime_tools/test')
-rw-r--r--lib/runtime_tools/test/dbg_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/runtime_tools/test/dbg_SUITE.erl b/lib/runtime_tools/test/dbg_SUITE.erl
index 17c04c0ed4..04430263b4 100644
--- a/lib/runtime_tools/test/dbg_SUITE.erl
+++ b/lib/runtime_tools/test/dbg_SUITE.erl
@@ -202,8 +202,8 @@ distributed(Config) when is_list(Config) ->
?line {value, {matched, Node, 1}} = lists:keysearch(Node, 2, Z),
?line dbg:cn(Node),
?line dbg:tp(dbg,ln,[]),
- ?line ok = rpc:call(Node, dbg, ltp, []),
- ?line ok = rpc:call(Node, dbg, ln, []),
+ ?line ok = rpc:block_call(Node, dbg, ltp, []),
+ ?line ok = rpc:block_call(Node, dbg, ln, []),
?line ok = dbg:ln(),
?line S = self(),
?line {TraceSend, TraceCall} =