Fix test writing to wrong test dir directory
This commit is contained in:
parent
5ae5897703
commit
015a072b0b
@ -3,7 +3,7 @@ import os
|
|||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
TEST_DIR = 'testdata/%s-%s' % (uuid.uuid4(), os.path.basename(__file__)) + '/'
|
TEST_DIR = '../testdata/%s-%s' % (uuid.uuid4(), os.path.basename(__file__)) + '/'
|
||||||
os.environ["ONIONR_HOME"] = TEST_DIR
|
os.environ["ONIONR_HOME"] = TEST_DIR
|
||||||
|
|
||||||
print(f'running integration test for {__file__}')
|
print(f'running integration test for {__file__}')
|
||||||
|
Loading…
Reference in New Issue
Block a user