blob: f01a814a257acb34c1085cd9a63e7c4099b808d6 [file] [log] [blame]
#!/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"