summaryrefslogtreecommitdiff
path: root/quickcheck
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-18 16:05:00 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-18 16:05:00 +0100
commit2bbd5a7e862e7c83471701b4dda4d639ad1d3f52 (patch)
tree0b92bf804dd232ce2faa6c5c574bc23a8c885b4f /quickcheck
parent4619ec0c663ff0083fa0e0039ff60cff22c4b709 (diff)
parentd81bd490cfc847dc5fafb91a5b1b7778643ef99b (diff)
downloadrabbitmq-server-git-2bbd5a7e862e7c83471701b4dda4d639ad1d3f52.tar.gz
stable to default
Diffstat (limited to 'quickcheck')
-rwxr-xr-xquickcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickcheck b/quickcheck
index b5382d75b9..40f130919f 100755
--- a/quickcheck
+++ b/quickcheck
@@ -17,7 +17,8 @@ main([NodeStr, ModStr, TrialsStr]) ->
case rpc:call(Node, proper, module,
[Mod] ++ [[{numtests, Trials}, {constraint_tries, 200}]]) of
[] -> ok;
- _ -> quit(1)
+ R -> io:format("~p.~n", [R]),
+ quit(1)
end;
{badrpc, Reason} ->
io:format("Could not contact node ~p: ~p.~n", [Node, Reason]),