diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-03 15:12:02 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-03 15:12:02 +0100 |
| commit | 4ef1656c97790151d79d5c14d1c9ee1308a6f6b7 (patch) | |
| tree | c4e77a36505fd07fa0b0476faad8eb24a392d8d5 /quickcheck | |
| parent | f8521c855b20a1a5b96ef1038e7b375259d6d176 (diff) | |
| parent | 300f58245bc6781c2f00e51e56b3dd3c2105eab7 (diff) | |
| download | rabbitmq-server-git-4ef1656c97790151d79d5c14d1c9ee1308a6f6b7.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]), |
