]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/Makefile: remove run time stats from ci-test
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Oct 2022 07:07:03 +0000 (09:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Oct 2022 08:16:00 +0000 (10:16 +0200)
The ci-test is the normal makefile target invoked in CI jobs. This has
been using the -r option to runtests.pl since a long time, but I find
that it mostly just adds many lines to the test output report without
anyone caring much about those stats.

Remove it.

Closes #9656

tests/Makefile.am

index 62d1ba38c2e2d9ecd163ab84de648509e172ab5d..6fab24436032a02eb138312c4daba11e908f4774 100644 (file)
@@ -75,7 +75,7 @@ TEST_E = -a -e
 TEST_NF = -a -p !flaky
 
 # special CI target derived from nonflaky with CI-specific flags
-TEST_CI = $(TEST_NF) -r -rm
+TEST_CI = $(TEST_NF) -rm
 endif
 
 # make sure that PERL is pointing to an executable