mirror of
https://github.com/monero-project/monero.git
synced 2025-05-08 02:05:04 -04:00
fix wallet python test when run with ctest
This commit is contained in:
parent
6b72541dc0
commit
75fe790634
2 changed files with 3 additions and 1 deletions
|
@ -64,6 +64,7 @@ try:
|
|||
PYTHONPATH += srcdir + '/../../utils/python-rpc'
|
||||
os.environ['PYTHONPATH'] = PYTHONPATH
|
||||
os.environ['WALLET_DIRECTORY'] = WALLET_DIRECTORY
|
||||
os.environ['PYTHONIOENCODING'] = 'utf-8'
|
||||
for i in range(len(command_lines)):
|
||||
#print('Running: ' + str(command_lines[i]))
|
||||
processes.append(subprocess.Popen(command_lines[i], stdout = outputs[i]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue