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.
This commit is contained in:
parent
b24654e232
commit
cfea098e12
|
@ -70,7 +70,7 @@ When running Elasticsearch with `./gradlew run`, assertions are enabled by
|
||||||
default. To disable them, add the following command line option:
|
default. To disable them, add the following command line option:
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
-Dtests.jvm.argline="-da"
|
-Dtests.jvm.argline="-da -dsa"
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
==== Distribution
|
==== Distribution
|
||||||
|
|
Loading…
Reference in New Issue