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.
1 parent 925bfc1 commit bb63402Copy full SHA for bb63402
t/t2233-job-info-update.t
@@ -272,7 +272,7 @@ test_expect_success NO_CHAIN_LINT 'job-info: update lookup returns cached R from
272
wait_update_watchers $((watchers+1)) &&
273
update1=$(expiration_add $jobid 100) &&
274
${WAITFILE} --count=2 --timeout=30 --pattern="expiration" watch9.out &&
275
- ${UPDATE_LOOKUP} $jobid R > lookup9.out &&
+ ${UPDATE_LOOKUP} $jobid R > lookup9.out &&
276
flux cancel $jobid &&
277
wait $watchpid &&
278
test $(cat watch9.out | wc -l) -eq 2 &&
0 commit comments