You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ Most of the time you just need to run ./gradlew build which will make sure you p
225
225
* - ./gradlew build
226
226
- Build plugin by run all tasks above (this takes time).
227
227
* - ./gradlew pitest
228
-
- Run PiTest mutation testing (see more info in [#1204](https://github.com/opensearch-project/sql/pull/1204))
228
+
- Run PiTest mutation testing (see more info in `#1204<https://github.com/opensearch-project/sql/pull/1204>`_)
229
229
230
230
For integration test, you can use ``-Dtests.class`` “UT full path” to run a task individually. For example ``./gradlew :integ-test:integTest -Dtests.class="*QueryIT"``.
0 commit comments