TINKERPOP-1784 Removed the linejump option to clean up output to console

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

Branch: refs/heads/tp32
Commit: 2b24f589e6f6468fec2cba5dda6a7e95cefc8987
Parents: f980366
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Nov 10 15:27:45 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Nov 21 15:53:14 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b24f589/gremlin-python/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 67cc35b..d1a4a76 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>

Reply via email to