Skip Menu |
 

Subject: kdb_check test target uses installed message catalog
In the tests directory, "make kdb_check" invokes kdb5_util ten times
without setting LC_ALL=C, so it references the installed krb5.mo file.
From: ghudson@mit.edu
Subject: git commit

Fix installed message catalog uses in kdb tests

In src/tests/Makefile.in, rename RUN_SETUP to RUN_DB_TEST, and include
"LC_ALL=C" in the definition to avoid using the message catalog. Also
include $(VALGRIND) for consistency with RUN_TEST.

https://github.com/krb5/krb5/commit/9a6dcd4b56df245556e77b9b1db6a8c3f486cf9e
Author: Greg Hudson <ghudson@mit.edu>
Commit: 9a6dcd4b56df245556e77b9b1db6a8c3f486cf9e
Branch: master
src/tests/Makefile.in | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix installed message catalog uses in kdb tests

In src/tests/Makefile.in, rename RUN_SETUP to RUN_DB_TEST, and include
"LC_ALL=C" in the definition to avoid using the message catalog. Also
include $(VALGRIND) for consistency with RUN_TEST.

(cherry picked from commit 9a6dcd4b56df245556e77b9b1db6a8c3f486cf9e)

https://github.com/krb5/krb5/commit/05af7e4e3297c33fcafe6db8c87c2be9949dc1e5
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 05af7e4e3297c33fcafe6db8c87c2be9949dc1e5
Branch: krb5-1.14
src/tests/Makefile.in | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)