diff options
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index b6d8aa32cb..b43b57754b 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -8822,7 +8822,7 @@ Python generated sources by ANTLR."))) #t)) ;; tests require to have a working antlr4 binary (delete 'check) - (add-after 'bin-install 'check + (add-after 'install 'check (lambda _ (invoke "ant" "compile-tests") (invoke "ant" "check" "-Dtest.home=runtime-testsuite/test") |