Skip to content

Commit

Permalink
avoid init-store.sh when backend is hstore
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jul 20, 2024
1 parent 55f10ca commit 1e062b8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ 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
if [ "$BACKEND" != "hstore" ]; then
echo -e "pa" | $BIN/init-store.sh
fi
$BIN/start-hugegraph.sh -j "$JACOCO_OPTION" -t 60

0 comments on commit 1e062b8

Please sign in to comment.