ci: Fix tests.

This commit is contained in:
tecnovert
2019-10-04 20:23:33 +02:00
parent 6341b5537e
commit 07429e6582
4 changed files with 29 additions and 18 deletions

View File

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

View File

@@ -168,6 +168,7 @@ class Test(unittest.TestCase):
runSystem.main()
def test_reload(self):
global stop_test
processes = []
for i in range(3):