1
0
Fork 0

changed binary path to new cmake structure

This commit is contained in:
Frank Celler 2016-02-18 15:16:51 +01:00
parent 5fcc412f6f
commit 226e51b72b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ulimit -n 2048
export PORT=`expr 1024 + $RANDOM`
export ETCD_NONO_WAL_SYNC=1
exec bin/arangosh \
exec build/bin/arangosh \
-c etc${PS}relative${PS}arangosh.conf \
--server.endpoint tcp://127.0.0.1:${PORT} \
--javascript.execute UnitTests${PS}unittest.js \