diff --git a/bin/.eftest.clj b/bin/.eftest.clj index b7749b5e..2918ba2c 100644 --- a/bin/.eftest.clj +++ b/bin/.eftest.clj @@ -28,7 +28,8 @@ eftest.report.progress/report (filter identity - [(report-to-file - (requiring-resolve 'eftest.report.junit/report) - junit-path)]))})] + [(when junit? + (report-to-file + (requiring-resolve 'eftest.report.junit/report) + junit-path))]))})] (System/exit (+ (:error summary) (:fail summary))))