fix base_dir
This commit is contained in:
parent
40759cc960
commit
beec3d458e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue