mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
ci: Fix tests.
This commit is contained in:
@@ -15,7 +15,7 @@ import shutil
|
||||
import json
|
||||
|
||||
import bin.basicswap_prepare as prepareSystem
|
||||
test_path = os.path.expanduser('~/test_basicswap')
|
||||
test_path = os.path.expanduser(os.getenv('TEST_PREPARE_PATH', '~/test_basicswap'))
|
||||
|
||||
logger = logging.getLogger()
|
||||
logger.level = logging.DEBUG
|
||||
|
||||
@@ -168,6 +168,7 @@ class Test(unittest.TestCase):
|
||||
runSystem.main()
|
||||
|
||||
def test_reload(self):
|
||||
global stop_test
|
||||
processes = []
|
||||
|
||||
for i in range(3):
|
||||
|
||||
Reference in New Issue
Block a user