5 # ./arvadostest_docker_build.sh # build the base image ("arvadostest")
6 # ./arvadostest_docker_build.sh --update # update the base image with current version of `arvados-server install`
7 # ./arvadostest_docker_run.sh --interactive # start a container using the previously built base image, copy this source tree into it, and invoke run-tests.sh with the given args
16 SRC=$(realpath $(dirname ${BASH_SOURCE[0]})/../..)
20 -v /dev/fuse:/dev/fuse \
21 -v ${SRC}:/src/arvados:ro \
28 pg_ctlcluster 11 main start
29 cp -a /src/arvados /tmp/
31 rm -rf tmp config.yml database.yml services/api/config/database.yml
33 go run ./cmd/arvados-server install -type test
34 build/run-tests.sh WORKSPACE=\$PWD --temp /tmp/arvados/tmp ${qargs[@]}"