Fix generating coverage on MacOSX
- Closes-Bug: 1208448 Change-Id: I494938c712dcf78362c01e11839021dd16a64751
This commit is contained in:
parent
a6fac29f1a
commit
5b76dd1594
@ -22,7 +22,7 @@ if [ ! "$COVERAGE_ARGS" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Main unit tests
|
# Main unit tests
|
||||||
MONGO_DATA=`mktemp -d`
|
MONGO_DATA=`mktemp -d /tmp/CEILO-MONGODB-XXXXX`
|
||||||
trap "clean_exit" EXIT
|
trap "clean_exit" EXIT
|
||||||
mkfifo ${MONGO_DATA}/out
|
mkfifo ${MONGO_DATA}/out
|
||||||
mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet --noauth --port 29000 --dbpath "${MONGO_DATA}" --bind_ip localhost &>${MONGO_DATA}/out &
|
mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet --noauth --port 29000 --dbpath "${MONGO_DATA}" --bind_ip localhost &>${MONGO_DATA}/out &
|
||||||
|
Loading…
Reference in New Issue
Block a user