Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. diff --git a/test/couchdb_compaction_daemon_tests.erl b/test/couchdb_compaction_daemon_tests.erl
  2. index 20879a7..5802e78 100644
  3. --- a/test/couchdb_compaction_daemon_tests.erl
  4. +++ b/test/couchdb_compaction_daemon_tests.erl
  5. @@ -257,7 +257,7 @@ spawn_compaction_monitor(DbName) ->
  6. end),
  7. receive
  8. {Pid, started} -> ok;
  9. - {'DOWN', Ref, _, _, _} -> erlang:error(monitor_failure)
  10. + {'DOWN', Ref, _, _, Reason} -> erlang:error({monitor_failure, Reason})
  11. after ?TIMEOUT ->
  12. erlang:error({assertion_failed, [
  13. {module, ?MODULE},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement