misc: Attempt to fix make distcheck and dumping docs

The file has been renamed, attempt to catch up
This commit is contained in:
Holger Hans Peter Freyther 2016-03-15 20:09:49 +01:00
parent 40e8365854
commit 710e99c2e3
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ EXTRA_DIST = \
contrib/sysmobts-calib/sysmobts-calib.c \
contrib/sysmobts-calib/sysmobts-layer1.c \
contrib/sysmobts-calib/sysmobts-layer1.h \
doc/examples/osmo-bts.cfg \
doc/examples/sysmo/osmo-bts.cfg \
doc/examples/sysmobts-mgr.cfg

View File

@ -10,7 +10,7 @@ env = os.environ
env['L1FWD_BTS_HOST'] = '127.0.0.1'
bts_proc = subprocess.Popen(["./src/osmo-bts-sysmo/sysmobts-remote",
"-c", "./doc/examples/osmo-bts.cfg"], env = env,
"-c", "./doc/examples/sysmo/osmo-bts.cfg"], env = env,
stdin=None, stdout=None)
time.sleep(1)