Skip to content

Commit

Permalink
tests/Makefile: remove run time stats from ci-test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bagder committed Oct 6, 2022
1 parent 2e475de commit 3f44eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 3f44eb8

Please sign in to comment.