File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ Unit tests are in 'src/test' and integration tests are in 'src/integTest'. To ru
8
8
do ` ./gradlew check ` or ` ./gradlew build ` . For unittests just doing ` ./gradlew test ` is enough.
9
9
10
10
Test logging is controlled via ` logback-test.xml ` . Be aware that integration tests generate a lot of debug information.
11
- Please do not commit the config file back with DEBUG turned on
11
+ Please do not commit the config file back with DEBUG turned on.
12
+
13
+ === Running single test suites
14
+
15
+ If you only want to run the unittests in say ` JRubyPlugin ` then you can do ` ./gradlew test -Dtest.single=JRubyPlugin ` .
16
+ In a similar manner for integration tests one can do ` ./gradlew integrationTest -Dtest.single=JRubyIntegrationSpec ` .
12
17
13
18
== Release HOWTO
14
19
You can’t perform that action at this time.
0 commit comments