This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch lynnbond/master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 888800e9c896f3cd9c629a5d8a8a84301322e7b8 Author: VGalaxies <[email protected]> AuthorDate: Wed Mar 13 15:59:58 2024 +0800 fix: remove -v in start-server.sh --- hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh index 40b4e63f1..f92a7ff2f 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh @@ -70,4 +70,4 @@ if [ -n "$JACOCO_PORT" ]; then JACOCO_OPTION="-javaagent:${JACOCO_JAR}=includes=*,port=${JACOCO_PORT},destfile=jacoco-it.exec,output=tcpserver" fi -echo -e "pa" | $BIN/init-store.sh && $BIN/start-hugegraph.sh -j "$JACOCO_OPTION" -t 60 -v +echo -e "pa" | $BIN/init-store.sh && $BIN/start-hugegraph.sh -j "$JACOCO_OPTION" -t 60
