[docs] update README.md in community: there is no need to set config/system paths manually for JUnit configurations

Since 2020.3 IDEA adds them automatically (IDEA-253235).

GitOrigin-RevId: c64538e93dc49d709ce5d829f981a12d04592eee
This commit is contained in:
Nikolay Chashnikov
2022-06-23 17:37:50 +02:00
committed by intellij-monorepo-bot
parent 2debda90af
commit bcd2c6b26b

View File

@@ -75,8 +75,6 @@ To run tests on the build, apply these setting to the **Run | Edit Configuration
* Working dir: `<IDEA_HOME>/bin`
* VM options:
* `-ea`
* `-Didea.config.path=../test-config`
* `-Didea.system.path=../test-system`
You can find other helpful information at [https://www.jetbrains.com/opensource/idea](https://www.jetbrains.com/opensource/idea).
The "Contribute Code" section of that site describes how you can contribute to IntelliJ IDEA.