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

@@ -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)