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