]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Remove stat_info calls
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 4ffba6f38298110f38c5594a48c65cb0a9aa4af5..a096910acef16e31fe13a89303ebe9c3ccfb4375 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1408,7 +1408,6 @@ int main(int argc, char **argv) {
     }
     con_change(redirout, redirerr);
     succeed = test_perform("tests", defs);
-    stat_info();
 
     return (succeed) ? EXIT_SUCCESS : EXIT_FAILURE;
 }