diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-06-04 23:56:22 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-06-05 00:42:37 -0400 |
commit | 54239f5daa40d96309b4339c02e4ae5afb42714d (patch) | |
tree | 515f37c13ee47e828958602dbbc558bb21c76e7b /src | |
parent | a1f9c18326525c2d80d7e8039e404ba7828dfd1a (diff) | |
download | krb5-54239f5daa40d96309b4339c02e4ae5afb42714d.tar.gz krb5-54239f5daa40d96309b4339c02e4ae5afb42714d.tar.xz krb5-54239f5daa40d96309b4339c02e4ae5afb42714d.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5/os/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 7d0748014..6d818e0e3 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:: |