Skip to content

Commit

Permalink
Mode auto-detection failed for latest specs2.
Browse files Browse the repository at this point in the history
specs2 can occasionally run in a context where our current stack trace
inspection doesn't *quite* work.
  • Loading branch information
Shadowfiend committed Mar 1, 2016
1 parent 0203280 commit 2f14ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/util/src/main/scala/net/liftweb/util/Props.scala
Expand Up @@ -237,7 +237,8 @@ private[util] trait Props extends Logger {
"org.scalatools.testing.Runner2",
"org.specs2.runner.TestInterfaceRunner", // sometimes specs2 runs tests on another thread
"org.specs2.runner.TestInterfaceConsoleReporter",
"org.specs2.specification.FragmentExecution"
"org.specs2.specification.FragmentExecution",
"org.specs2.specification.core.Execution"
)
st.exists(e => names.exists(e.getClassName.startsWith))
})
Expand Down

0 comments on commit 2f14ce8

Please sign in to comment.