chore: change the datadir parameter
This commit is contained in:
parent
0cacdade71
commit
206e3da026
|
@ -115,7 +115,7 @@ class AUT:
|
||||||
'--verbose',
|
'--verbose',
|
||||||
f'--port={self.port}',
|
f'--port={self.port}',
|
||||||
str(self.path),
|
str(self.path),
|
||||||
f'-d={self.app_data}',
|
f'--datadir={self.app_data}',
|
||||||
f'--LOG_LEVEL={configs.testpath.LOG_LEVEL}',
|
f'--LOG_LEVEL={configs.testpath.LOG_LEVEL}',
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue