From: Greg Hudson Date: Tue, 5 Jun 2012 03:56:22 +0000 (-0400) Subject: Disable trace test comparison for now X-Git-Tag: krb5-1.11-alpha1~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54239f5daa40d96309b4339c02e4ae5afb42714d;p=thirdparty%2Fkrb5.git Disable trace test comparison for now The t_trace output isn't consistent from run to run. To fix "make check", disable the comparison against the reference file until we can make the output consistent. --- diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 7d07480147..6d818e0e36 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -264,7 +264,8 @@ check-unix-trace:: t_trace rm -f t_trace.out KRB5_TRACE=t_trace.out ; export KRB5_TRACE ; \ $(KRB5_RUN_ENV) $(VALGRIND) ./t_trace - sed -e 's/^[^:]*: //' t_trace.out | cmp - $(srcdir)/t_trace.ref +# Output is not consistent across runs; disable comparison until we can fix. +# sed -e 's/^[^:]*: //' t_trace.out | cmp - $(srcdir)/t_trace.ref rm -f t_trace.out clean::