mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tests: Silence output of some tests.
* common/t-exechelp.c (print_open_fds): Silence non-verbose output. (test_close_all_fds): Ditto. * common/t-session-env.c (show_stdnames): Indent output. * g10/test.c (TEST): Silence non-verbose okay output. (exit_tests): Ditto. * tools/gpg-zip.in (tar_verbose_opt): Add option --quiet. * tests/openpgp/gpgtar.test (GPGZIP): Pass option --quiet. * tests/openpgp/mds.test: Indent MD5 notice. * tests/openpgp/version.test: Indent --version output. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
83865be35c
commit
33aacc3d4b
7 changed files with 40 additions and 18 deletions
|
@ -68,7 +68,7 @@ do_test()
|
|||
awk '{print $NF}' "$FILELIST" | grep "^${F}$" >/dev/null
|
||||
done
|
||||
|
||||
$TOOL --gpg "$GPG" --gpg-args "$GPGARGS" $EXTRACT_FLAGS \
|
||||
$TOOL --gpg "$GPG" --gpg-args "$GPGARGS" $EXTRACT_FLAGS --quiet \
|
||||
--tar-args --directory="${TESTDIR}" \
|
||||
"${TESTDIR}/test.tar.pgp"
|
||||
for F in $TESTFILES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue