osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39919?usp=email )
Change subject: testenv: fix building osmo-remsim with osmo-dev ...................................................................... testenv: fix building osmo-remsim with osmo-dev Use --disable-remsim-client-ifdhandler as configure argument for osmo-remsim. We don't need this for running tests and this prevents the buildsystem from trying to write to /usr/lib/pcsc/drivers/ which fails the build. Change-Id: I3b00e5301433476bd19de3814943878f918c1fa0 --- D _testenv/data/osmo-dev/osmo-bts-trx.opts A _testenv/data/osmo-dev/testenv.opts M _testenv/testenv/osmo_dev.py 3 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/19/39919/1 diff --git a/_testenv/data/osmo-dev/osmo-bts-trx.opts b/_testenv/data/osmo-dev/osmo-bts-trx.opts deleted file mode 100644 index 8acec2d..0000000 --- a/_testenv/data/osmo-dev/osmo-bts-trx.opts +++ /dev/null @@ -1 +0,0 @@ -osmo-bts --enable-trx diff --git a/_testenv/data/osmo-dev/testenv.opts b/_testenv/data/osmo-dev/testenv.opts new file mode 100644 index 0000000..15ab331 --- /dev/null +++ b/_testenv/data/osmo-dev/testenv.opts @@ -0,0 +1,2 @@ +osmo-bts --enable-trx +osmo-remsim --disable-remsim-client-ifdhandler diff --git a/_testenv/testenv/osmo_dev.py b/_testenv/testenv/osmo_dev.py index 695ca0d..1e94cf1 100644 --- a/_testenv/testenv/osmo_dev.py +++ b/_testenv/testenv/osmo_dev.py @@ -98,7 +98,7 @@ "no_man_pages.opts", "no_systemd.opts", "werror.opts", - os.path.join(testenv.data_dir, "osmo-dev/osmo-bts-trx.opts"), + os.path.join(testenv.data_dir, "osmo-dev/testenv.opts"), "--autoreconf-in-src-copy", ] + extra_opts -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39919?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I3b00e5301433476bd19de3814943878f918c1fa0 Gerrit-Change-Number: 39919 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de>