fix base_dir

This commit is contained in:
Shinsuke Sugaya 2021-06-19 10:33:17 +09:00
parent 40759cc960
commit beec3d458e

View file

@ -1,7 +1,7 @@
#!/bin/bash
cd `dirname $0`
cd ..
cd ../../..
BASE_DIR=`pwd`
mvn test -P integrationTests -Dtest.fess.url="http://127.0.0.1:8080" -Dtest.es.url="http://127.0.0.1:9201"