mirror of https://gitee.com/bigwinds/arangodb
changed binary path to new cmake structure
This commit is contained in:
parent
5fcc412f6f
commit
226e51b72b
|
@ -15,7 +15,7 @@ ulimit -n 2048
|
||||||
export PORT=`expr 1024 + $RANDOM`
|
export PORT=`expr 1024 + $RANDOM`
|
||||||
export ETCD_NONO_WAL_SYNC=1
|
export ETCD_NONO_WAL_SYNC=1
|
||||||
|
|
||||||
exec bin/arangosh \
|
exec build/bin/arangosh \
|
||||||
-c etc${PS}relative${PS}arangosh.conf \
|
-c etc${PS}relative${PS}arangosh.conf \
|
||||||
--server.endpoint tcp://127.0.0.1:${PORT} \
|
--server.endpoint tcp://127.0.0.1:${PORT} \
|
||||||
--javascript.execute UnitTests${PS}unittest.js \
|
--javascript.execute UnitTests${PS}unittest.js \
|
||||||
|
|
Loading…
Reference in New Issue