Fix the source_dir path in run-unittests.sh

This commit is contained in:
mprahl
2020-03-16 09:19:40 -04:00
parent 53ed214195
commit c073061025

View File

@@ -43,7 +43,7 @@ image_ns=quay.io/factory2
postgres_image="postgres:9.5.17"
test_container_name="mbs-test"
db_container_name="mbs-test-db"
source_dir="$(realpath "$(dirname "$0")/..")"
source_dir="$(realpath "$(dirname "$0")")"
volume_mount="${source_dir}:/src:z"
db_name=mbstest
db_password=mbstest