mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ When running Elasticsearch with `./gradlew run`, assertions are enabled by
|
|||
default. To disable them, add the following command line option:
|
||||
|
||||
-------------------------
|
||||
-Dtests.jvm.argline="-da"
|
||||
-Dtests.jvm.argline="-da -dsa"
|
||||
-------------------------
|
||||
|
||||
==== Distribution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue