fixed failing test
This commit is contained in:
parent
fa5a5d3414
commit
6428d38916
@ -110,4 +110,5 @@ class OnionrTests(unittest.TestCase):
|
|||||||
if command[0] == 'testCommand':
|
if command[0] == 'testCommand':
|
||||||
if myCore.daemonQueue() == False:
|
if myCore.daemonQueue() == False:
|
||||||
print('Succesfully added and read command')
|
print('Succesfully added and read command')
|
||||||
|
os.chdir(sys.path[0])
|
||||||
unittest.main()
|
unittest.main()
|
Loading…
Reference in New Issue
Block a user