Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Don’t fail if no tests are run.
Browse files Browse the repository at this point in the history
Prevents failures with multimodule projects.
  • Loading branch information
ieure committed Jul 3, 2015
1 parent 8726b74 commit 199dfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-case-mode.el
Expand Up @@ -1190,7 +1190,7 @@ CLASS and NAMESPACE need to be `regexp-quote'd."
repo))

(defun test-case-junit-command ()
(format "%s %s test -Dtest=%s"
(format "%s %s test -Dtest=%s -DfailIfNoTests=false"
test-case-junit-mvn-executable test-case-junit-mvn-arguments
(test-case-junit-class)))

Expand Down

0 comments on commit 199dfae

Please sign in to comment.