Skip to content

Commit

Permalink
Add one more command for the run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Apr 23, 2024
1 parent 1b6f095 commit 02a1da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_compute_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ async def runner(
params=[
("echo OK", "OK", ""),
("echo $SLURM_JOB_ID", re.compile(r"^[0-9]+"), ""),
("echo $SLURM_PROCID", "0", ""),
],
)
def command_output_err(self, request: pytest.FixtureRequest):
Expand Down

0 comments on commit 02a1da2

Please sign in to comment.