Skip to content

Commit c9296ea

Browse files
authored
Merge pull request #6212 from garlick/issue#6211
testsuite: fix racy flux job attach test
2 parents 7cff149 + c56db24 commit c9296ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2500-job-attach.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test_expect_success 'attach: reports Terminated when tasks are terminated' '
129129
grep Terminated terminated.err
130130
'
131131
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") &&
132+
id=$(flux submit sh -c "kill -9 \$PPID") &&
133133
test_must_fail_or_be_terminated flux job attach $id 2>shell-killed.out &&
134134
grep "job shell Killed" shell-killed.out
135135
'

0 commit comments

Comments
 (0)