diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-24 14:02:20 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-24 14:02:20 +0100 |
| commit | 7ce5d5d4387ea49cd51c355bdd1f0ba5f4f88972 (patch) | |
| tree | 2edb4a3ca3450c6c3d4a45b7dea2bbaa0c8120c7 /quickcheck | |
| parent | 317d2fdf3858dc9fd838d9b913faf253c47e58bd (diff) | |
| parent | 4538d0939a9db5ad7a222b56530d2df5591cd674 (diff) | |
| download | rabbitmq-server-git-7ce5d5d4387ea49cd51c355bdd1f0ba5f4f88972.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]), |
