summaryrefslogtreecommitdiff
path: root/quickcheck
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-17 12:12:16 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-17 12:12:16 +0100
commitf1916ba9b4e479bbe247f2d04bdb4522446aa7aa (patch)
tree57bbda181f9a1bf8d5774882228ffda6dd3299f2 /quickcheck
parenta5e394ddfd8a0affcd96320051451300e7bf8b76 (diff)
parenteb696ac84024078f5d8137acfa63c1e0ba375f4e (diff)
downloadrabbitmq-server-git-f1916ba9b4e479bbe247f2d04bdb4522446aa7aa.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]),