Skip to content

Commit

Permalink
testsuite: drop extra arguments to true(1)
Browse files Browse the repository at this point in the history
Problen: the stats-basic test runs 'flux start true sleep 1'.

Drop the 'sleep 1'.
  • Loading branch information
garlick committed Dec 13, 2024
1 parent 5460072 commit cd2ef59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t1200-stats-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ test_expect_success 'nothing received with no endpoint' '

test_expect_success 'FLUX_FRIPP_STATSD with colectomy' '
FLUX_FRIPP_STATSD=localhost \
flux start true sleep 1 2>colon.err &&
flux start true 2>colon.err &&
grep "parse error" colon.err
'

test_expect_success 'FLUX_FRIPP_STATSD with invalid hostname' '
FLUX_FRIPP_STATSD=thiscantpossiblybevalid:9000 \
flux start true sleep 1 2>host.err &&
flux start true 2>host.err &&
grep "parse error" host.err
'

Expand Down

0 comments on commit cd2ef59

Please sign in to comment.