Skip to content

Commit

Permalink
Merge pull request flux-framework#5625 from chu11/test_corner_case
Browse files Browse the repository at this point in the history
testsuite: fix test corner case on stderr
  • Loading branch information
mergify[bot] authored Dec 18, 2023
2 parents e7c33f8 + 9be1dd5 commit c68ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2716-python-cli-batch-conf.t
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ test_expect_success 'flux-batch multiline --conf + --conf=KEY=VAL override works
'
test_expect_success 'flux-batch --conf end-to-end test' '
jobid=$(flux batch --conf=resource.exclude=\"0\" \
--output=batchtest.out batch.sh) &&
--output=batchtest.out --error=batchtest.err batch.sh) &&
flux job wait-event $jobid clean &&
jq -e ".resource.noverify" <batchtest.out &&
jq -e ".resource.exclude == \"0\"" <batchtest.out
Expand Down

0 comments on commit c68ca0c

Please sign in to comment.