Issue while make check

Greg Hudson ghudson at mit.edu
Tue Jun 21 12:17:58 EDT 2016


On 06/21/2016 05:00 AM, Aneela Saleem wrote:
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
> export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
> LC_ALL=C  ./t_copy_context
> PYTHONPATH=../../../util VALGRIND="" python ./t_expire_warn.py
> *** Failure: Unexpected output for noexpire
> 
> See testlog for details, or re-run with -v flag.
> 
> Use --debug=NUM to run a command under a debugger.  Use
> --stop-after=NUM to stop after a daemon is started in order to
> attach to it with a debugger.  Use --help to see other options.
> make[3]: *** [check-pytests] Error 1
> make[3]: Leaving directory `/root/kerberos/krb5-1.14.2/src/lib/krb5/krb'

As noted in the error output, you should look at the file "testlog" (in
the directory where the test ran, in this case
/root/kerberos/krb5-1.14.2/src/lib/krb5/krb), or cd to that directory
and re-run the test script (by copying and pasting the command) with the
-v flag.

It would also help to know what OS and version you are using.


More information about the Kerberos mailing list