aboutsummaryrefslogtreecommitdiff
path: root/tests/run-idle/subproc.sh
blob: f01a814a257acb34c1085cd9a63e7c4099b808d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
. "$(dirname $0)"/../common.sh

inc_counter "runs"
c=$(counter "runs")
[ $c -eq 3 ] && passed

# Bump it three seconds to overcome the steady state interval.
inc_counter "timestamp"
inc_counter "timestamp"
inc_counter "timestamp"
emit_time "timestamp"