We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cff149 + c56db24 commit c9296eaCopy full SHA for c9296ea
t/t2500-job-attach.t
@@ -129,7 +129,7 @@ test_expect_success 'attach: reports Terminated when tasks are terminated' '
129
grep Terminated terminated.err
130
'
131
test_expect_success 'attach: reports job shell Killed if job shell is killed' '
132
- id=$(flux submit --wait-event=exec.shell.start sh -c "kill -9 \$PPID") &&
+ id=$(flux submit sh -c "kill -9 \$PPID") &&
133
test_must_fail_or_be_terminated flux job attach $id 2>shell-killed.out &&
134
grep "job shell Killed" shell-killed.out
135
0 commit comments