Skip to content

Commit cfea098

Browse files
authored
Show how to disable system assert during testing (#93971)
We only show how to disable user asserts during testing, we should show how to disable system asserts too.
1 parent b24654e commit cfea098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTING.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When running Elasticsearch with `./gradlew run`, assertions are enabled by
7070
default. To disable them, add the following command line option:
7171

7272
-------------------------
73-
-Dtests.jvm.argline="-da"
73+
-Dtests.jvm.argline="-da -dsa"
7474
-------------------------
7575

7676
==== Distribution

0 commit comments

Comments
 (0)