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 2017/11/22 18:50:15 UTC

tinkerpop git commit: Removed line jump from debugging CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 04c522018 -> 6a663fe2e


Removed line jump from debugging CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6a663fe2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6a663fe2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6a663fe2

Branch: refs/heads/master
Commit: 6a663fe2ed52d1d321230f642bc9f516f0076ea9
Parents: 04c5220
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Nov 22 13:49:56 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Nov 22 13:49:56 2017 -0500

----------------------------------------------------------------------
 gremlin-python/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6a663fe2/gremlin-python/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 27b3221..6ef6228 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -449,7 +449,7 @@ limitations under the License.
                                         <exec executable="env/bin/radish" dir="${project.build.directory}/python2"
                                               failonerror="true">
                                             <env key="PYTHONPATH" value=""/>
-                                            <arg line="-e -t -b ${project.build.directory}/python2/radish ${project.basedir}/../gremlin-test/features/ --no-line-jump"/> <!-- -no-line-jump -->
+                                            <arg line="-e -t -b ${project.build.directory}/python2/radish ${project.basedir}/../gremlin-test/features/"/> <!-- -no-line-jump -->
                                         </exec>
                                     </target>
                                 </configuration>