Skip to content
3 changes: 1 addition & 2 deletions test/junit/JUnitTests.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -41,7 +41,6 @@ $(BUILDTESTDIR)/JUnitTests.ok: \
$(RM) $(@:%.ok=%/work) $(@:%.ok=%/report)
$(MKDIR) -p $(@:%.ok=%/work) $(@:%.ok=%/report)
cd $(@:%.ok=%/work) ; \
set -o pipefail ; \
$(JAVA) \
$(JUnitTest.add-exports) \
-jar $(JUNIT_JAR) \
Expand Down