[sudo-commits] sudo changeset 13853:9cdcc23e6a70

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 2 15:18:44 MST 2022


changeset:	13853:9cdcc23e6a70 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9cdcc23e6a70
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 02 11:09:51 2022 -0700

Log Message:
	Add -v option parsing to regress tests, currently a no-op.
	This will be used by a "check-verbose" target in the future.

diffstat:

 lib/eventlog/regress/logwrap/check_wrap.c           |  36 +++++++++----
 lib/iolog/regress/host_port/host_port_test.c        |   2 +-
 lib/iolog/regress/iolog_filter/check_iolog_filter.c |  29 ++++++++---
 lib/iolog/regress/iolog_json/check_iolog_json.c     |  12 ++--
 lib/iolog/regress/iolog_mkpath/check_iolog_mkpath.c |  25 +++++++--
 lib/iolog/regress/iolog_path/check_iolog_path.c     |  33 ++++++++----
 lib/iolog/regress/iolog_timing/check_iolog_timing.c |  29 ++++++++---
 lib/util/regress/closefrom/closefrom_test.c         |  17 +++++-
 lib/util/regress/fnmatch/fnm_test.c                 |  33 +++++++++---
 lib/util/regress/getdelim/getdelim_test.c           |  16 +++++-
 lib/util/regress/getgrouplist/getgids.c             |  22 ++++++--
 lib/util/regress/getgrouplist/getgrouplist_test.c   |  18 ++++++-
 lib/util/regress/glob/globtest.c                    |  53 +++++++++++++-------
 lib/util/regress/mktemp/mktemp_test.c               |  16 +++++-
 lib/util/regress/parse_gids/parse_gids_test.c       |  20 ++++++-
 lib/util/regress/progname/progname_test.c           |  18 ++++++-
 lib/util/regress/strsig/strsig_test.c               |  18 +++++-
 lib/util/regress/strsplit/strsplit_test.c           |  16 +++++-
 lib/util/regress/strtofoo/strtobool_test.c          |  18 +++++-
 lib/util/regress/strtofoo/strtoid_test.c            |  16 +++++-
 lib/util/regress/strtofoo/strtomode_test.c          |  16 +++++-
 lib/util/regress/strtofoo/strtonum_test.c           |  16 +++++-
 lib/util/regress/sudo_conf/conf_test.c              |  33 ++++++++++--
 lib/util/regress/sudo_parseln/parseln_test.c        |  16 +++++-
 lib/util/regress/tailq/hltq_test.c                  |  16 +++++-
 lib/util/regress/uuid/uuid_test.c                   |  18 +++++-
 26 files changed, 439 insertions(+), 123 deletions(-)



More information about the sudo-commits mailing list