aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gie.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gie.c b/src/gie.c
index 91af00b9..6ff157ac 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -474,6 +474,11 @@ static int roundtrip (char *args) {
T.op_ko++;
T.total_ko++;
}
+ else {
+ T.op_ok++;
+ T.total_ok++;
+ }
+
return 0;
}