diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-09 14:35:25 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-09 14:35:25 +0100 |
| commit | 100cbbbfab4267ada8f68d46adfbcc279a252624 (patch) | |
| tree | 13afc7d8ff8d140cb00ada104b190c5300310ec8 /quickcheck | |
| parent | c34c3b4f243ac37387532f53d4a6f2dc81dce40c (diff) | |
| parent | f034f403fc743c58959e955fa493519d6794d17c (diff) | |
| download | rabbitmq-server-git-100cbbbfab4267ada8f68d46adfbcc279a252624.tar.gz | |
stable to default
Diffstat (limited to 'quickcheck')
| -rwxr-xr-x | quickcheck | 3 |
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]), |
