1#!/bin/sh
2. "$(dirname $0)"/../common.sh
3
4inc_counter "runs"
5c=$(counter "runs")
6[ $c -eq 3 ] && passed
7
8# Bump it three seconds to overcome the steady state interval.
9inc_counter "timestamp"
10inc_counter "timestamp"
11inc_counter "timestamp"
12emit_time "timestamp"
13