ttcn3-bts: Fix trxcon docker volume dir created as root

If directory is not created beforehand by the user, docker (root) will
create the directory before binding it to the container.

Related: OS#4313
Fixes: a66f6ebb23
Change-Id: I3f02faef1aa5846c48a3776191c3862bac913d10
This commit is contained in:
Pau Espin 2019-12-09 11:50:28 +01:00
parent 436ac6758d
commit 1385d5e2be
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ cp osmo-bts.cfg $VOL_BASE_DIR/bts/
mkdir $VOL_BASE_DIR/unix
mkdir $VOL_BASE_DIR/fake_trx
mkdir $VOL_BASE_DIR/trxcon
# 1) classic test suite with BSC for OML and trxcon+fake_trx
start_bsc