Skip to content

Commit c9b1599

Browse files
committed
removed duplicate assignment of CMD
1 parent 902b1ea commit c9b1599

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolchain/mfc/test/test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def _handle_case(case: TestCase, devices: typing.Set[int]):
183183
if ARG("dry_run"):
184184
cons.print(f" [bold magenta]{case.get_uuid()}[/bold magenta] SKIP {case.trace}")
185185
return
186-
186+
187187
if "RDMA MPI" in case.trace:
188188
cmd = case.run([PRE_PROCESS, SIMULATION], gpus=devices, rdma_mpi=True)
189189
else:
@@ -231,7 +231,6 @@ def _handle_case(case: TestCase, devices: typing.Set[int]):
231231

232232
if ARG("test_all"):
233233
case.delete_output()
234-
cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices)
235234
if ARG("rdma_mpi"):
236235
cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices, rdma_mpi=True)
237236
else:

0 commit comments

Comments
 (0)