Skip to content

Commit

Permalink
Rework test exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Sep 27, 2023
1 parent 86b9dcf commit 58d916e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ abstract class TestHelperNonEphemeral: TestHelperBase() {
.filesystemConfig
.toString()

throw IllegalStateException(msg, ex)
testLogger(msg)
ex.printStackTrace()
throw ex
}
}
}
Expand Down

0 comments on commit 58d916e

Please sign in to comment.