diff options
| author | miroslav2 <[email protected]> | 2024-02-27 16:27:24 +0300 |
|---|---|---|
| committer | miroslav2 <[email protected]> | 2024-02-27 17:06:42 +0300 |
| commit | 06980eaf8d044199ccd3d6f0f7fb3f097c2e4fec (patch) | |
| tree | 33da63b3e919b9f70ab2a862f16493d47e5361c4 | |
| parent | 6c35e9daf4dc86464e1a262236b8d3593e690ee5 (diff) | |
Enable `-ea` for all Java tests by default
786d3c56f3f9d08240bd746261b6ab468f241bd8
| -rw-r--r-- | build/conf/java.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index 2e5f11cf5e5..d044be58655 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -1424,7 +1424,7 @@ macro SYSTEM_PROPERTIES(Args...) { } # tag:java-specific -JVM_ARGS_VALUE= +JVM_ARGS_VALUE=-ea ### @usage: JVM_ARGS(Args...) ### ### Arguments to run Java programs in tests. |
