fix: change --workdir to --dir for opencode run command
This commit is contained in:
@@ -135,7 +135,7 @@ class ParallelCapacityTester:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
['opencode', 'run', task, '--workdir', workdir],
|
['opencode', 'run', task, '--dir', workdir],
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
text=True,
|
text=True,
|
||||||
timeout=self.timeout
|
timeout=self.timeout
|
||||||
|
|||||||
Reference in New Issue
Block a user