You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/11/25 15:13:01 UTC

[tinkerpop] branch travis-fix updated: Enable all tests

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/travis-fix by this push:
     new 384e88b  Enable all tests
384e88b is described below

commit 384e88b32c8042540af32584b6ba1c8eaf7905f7
Author: stephen <sp...@gmail.com>
AuthorDate: Mon Nov 25 10:12:34 2019 -0500

    Enable all tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4576562..cb9a7b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ limitations under the License.
                             </goals>
                             <configuration>
                                 <includes>
-                                    <include>**/GremlinServerIntegrateTest.java</include>
+                                    <include>**/*IntegrateTest.java</include>
                                 </includes>
                                 <skipTests>${skipIntegrationTests}</skipTests>
                                 <argLine>-Dlog4j.configuration=${log4j-test.properties} -Dhost=localhost -Dport=8182 -Dbuild.dir=${project.build.directory} -Dis.testing=true -Djava.net.preferIPv4Stack=true