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:
Ignacio Vera 2023-02-21 13:20:32 +01:00 committed by GitHub
parent b24654e232
commit cfea098e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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