mirror of
https://github.com/curl/curl.git
synced 2026-07-22 10:37:16 +03:00
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
This commit is contained in:
parent
2e475deb80
commit
3f44eb8124
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue