Skip to content

Commit a399c94

Browse files
author
Nathan Marz
committed
fixed accidental suppressing of errors in unit tests
1 parent aaa34e4 commit a399c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clj/backtype/storm/testing.clj

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
~@body
197197
(catch Throwable t#
198198
(log-error t# "Error in cluster")
199+
(throw t#)
199200
)
200201
(finally
201202
(kill-local-storm-cluster ~cluster-sym)))

0 commit comments

Comments
 (0)