mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Fix the source_dir path in run-unittests.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user