File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -476,11 +476,11 @@ async def test_slurm(db, event_loop):
476476 re .compile (
477477 r"PROLOGUE.*srun batchspawner-singleuser singleuser_command.*EPILOGUE" , re .S
478478 ),
479- re .compile (r"^#SBATCH \s+ --cpus-per-task=5" , re .X | re .M ),
480- re .compile (r"^#SBATCH \s+ --time=3-05:10:10" , re .X | re .M ),
481- re .compile (r"^#SBATCH \s+ some_option_asdf" , re .X | re .M ),
482- re .compile (r"^#SBATCH \s+ --reservation=RES123" , re .X | re .M ),
483- re .compile (r"^#SBATCH \s+ --gres=GRES123" , re .X | re .M ),
479+ re .compile (r"^\ #SBATCH \s+ --cpus-per-task=5" , re .X | re .M ),
480+ re .compile (r"^\ #SBATCH \s+ --time=3-05:10:10" , re .X | re .M ),
481+ re .compile (r"^\ #SBATCH \s+ some_option_asdf" , re .X | re .M ),
482+ re .compile (r"^\ #SBATCH \s+ --reservation=RES123" , re .X | re .M ),
483+ re .compile (r"^\ #SBATCH \s+ --gres=GRES123" , re .X | re .M ),
484484 ]
485485 from .. import SlurmSpawner
486486
You can’t perform that action at this time.
0 commit comments