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