aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-10-20 14:47:14 +0200
committerGitHub <noreply@github.com>2017-10-20 14:47:14 +0200
commit95d51f1df697d0ab3367ee92af40c1494878ca92 (patch)
tree3dcfefab688eafb7c8698dd905e729b24d731fb8 /src
parent080e1a5ab59e36c316c3590b74feb07638276a99 (diff)
downloadPROJ-95d51f1df697d0ab3367ee92af40c1494878ca92.tar.gz
PROJ-95d51f1df697d0ab3367ee92af40c1494878ca92.zip
Repair statistics for ROUNDTRIP tests
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;
}