Skip to content

Commit

Permalink
Merge pull request #5792 from garlick/issue#5791
Browse files Browse the repository at this point in the history
testsuite: fix test that kills the wrong processes
  • Loading branch information
mergify[bot] committed Mar 13, 2024
2 parents 9373f55 + 025efc3 commit 6f7b24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/issues/t2492-shell-lost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ except KeyboardInterrupt:
sys.exit(0)
EOF
)
id=$(flux submit -N4 --tasks-per-node=2 \
id=$(flux submit -N4 --tasks-per-node=1 \
--input=/dev/null \
-o exit-timeout=none \
--add-file=critical.py="${CRITICAL_RANKS}" \
Expand Down

0 comments on commit 6f7b24e

Please sign in to comment.