[Java] fix redis-server binary path (#9398)

This commit is contained in:
chaokunyang
2020-07-15 10:47:16 +08:00
committed by GitHub
parent 7eafe646a9
commit ccc1133a7a
4 changed files with 19 additions and 11 deletions
+2
View File
@@ -47,4 +47,6 @@ popd
pushd $ROOT_DIR
echo "Testing maven install."
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests
# Ensure mvn test works
mvn test -pl test -Dtest="io.ray.test.HelloWorldTest"
popd