Skip to content

Commit

Permalink
TestRunner updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Dec 17, 2024
1 parent 3a04cf1 commit 3a6dcfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scala/workers/zinc/test/TestRunner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ object TestRunner:

val loader = TestFrameworkLoader(classLoader)
val frameworks = workArgs.frameworks.flatMap(loader.load)
sys.exit(if (passed) 0 else 1)

val testClass = sys.env
.get("TESTBRIDGE_TEST_ONLY")
Expand Down Expand Up @@ -192,5 +191,5 @@ object TestRunner:
false
}
}
sys.exit(if (passed) 0 else 1)

sys.exit(if passed then 0 else 1)

0 comments on commit 3a6dcfb

Please sign in to comment.