]> git.ipfire.org Git - thirdparty/curl.git/commit
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)
commit3f44eb8124bab14373b37d882d08470a2664bb08
tree55842e3495eed1880c9d7865f6736c629e4936f7
parent2e475deb802bfa8bbd41e03c3b3b256b26172b65
tests/Makefile: remove run time stats from ci-test

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