Skip to content

Commit

Permalink
fix nl2 for launchcmd
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
  • Loading branch information
jabraham17 committed Feb 25, 2025
1 parent 62a299b commit d438153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtime/configMatters/launch/slurm/sub_test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
launchcmd = os.path.join(chpl_home, "util", "test", "chpl_launchcmd.py")
outfile = os.path.join(d, "hello.exec.tmp")
with open(outfile, "w") as f:
ret = sp.call([launchcmd, "./hello", "-nl2"], stdout=f, stderr=sp.STDOUT)
ret = sp.call([launchcmd, "./hello", "-nl", "2"], stdout=f, stderr=sp.STDOUT)
if ret != 0:
print("[Error running hello.chpl]")
sys.exit(1)
Expand Down

0 comments on commit d438153

Please sign in to comment.