Skip to content

Commit 2c60fc5

Browse files
author
Alexey Semenyuk
committed
8352176: Automate setting up environment for mac signing tests
Reviewed-by: almatvee
1 parent 6e6a39d commit 2c60fc5

File tree

6 files changed

+1263
-14
lines changed

6 files changed

+1263
-14
lines changed
Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
keys=jpackagePlatformPackage
2-
requires.properties=jpackage.test.SQETest
3-
maxOutputSize=2000000
1+
keys = \
2+
jpackagePlatformPackage
3+
4+
requires.properties = \
5+
jpackage.test.SQETest \
6+
jpackage.test.MacSignTests
7+
8+
maxOutputSize = 2000000
49

510
# Run jpackage tests on windows platform sequentially.
611
# Having "share" directory in the list affects tests on other platforms.
@@ -9,10 +14,13 @@ maxOutputSize=2000000
914
# exclusiveAccess.dirs=share windows
1015
# }
1116
# but conditionals are not supported by jtreg configuration files.
12-
exclusiveAccess.dirs=share windows
17+
exclusiveAccess.dirs = \
18+
share \
19+
windows
1320

14-
modules=jdk.jpackage/jdk.jpackage.internal:+open \
15-
jdk.jpackage/jdk.jpackage.internal.util \
16-
jdk.jpackage/jdk.jpackage.internal.util.function \
17-
java.base/jdk.internal.util \
18-
jdk.jlink/jdk.tools.jlink.internal
21+
modules = \
22+
jdk.jpackage/jdk.jpackage.internal:+open \
23+
jdk.jpackage/jdk.jpackage.internal.util \
24+
jdk.jpackage/jdk.jpackage.internal.util.function \
25+
java.base/jdk.internal.util \
26+
jdk.jlink/jdk.tools.jlink.internal

0 commit comments

Comments
 (0)