aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/convey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/convey.c b/tests/convey.c
index 4260a65d..2d2b1f03 100644
--- a/tests/convey.c
+++ b/tests/convey.c
@@ -1098,6 +1098,7 @@ conveyMain(int argc, char **argv)
break;
}
+ convey_read_timer(&pc, &secs, &usecs);
(void) printf("%-8s%-52s%4d.%03ds\n", status, prog, secs, usecs / 1000);
while ((env = convey_environment) != NULL) {
convey_environment = env->next;