Skip to content

Commit b168dd3

Browse files
luke-jrfanquake
authored andcommitted
Bugfix: QA: Run tests with UPnP disabled
Needed for builds configured with --enable-upnp-default
1 parent 48e5bfe commit b168dd3

File tree

1 file changed

+1
-0
lines changed
  • test/functional/test_framework

1 file changed

+1
-0
lines changed

test/functional/test_framework/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ def initialize_datadir(dirname, n, chain):
293293
f.write("discover=0\n")
294294
f.write("listenonion=0\n")
295295
f.write("printtoconsole=0\n")
296+
f.write("upnp=0\n")
296297
os.makedirs(os.path.join(datadir, 'stderr'), exist_ok=True)
297298
os.makedirs(os.path.join(datadir, 'stdout'), exist_ok=True)
298299
return datadir

0 commit comments

Comments
 (0)