OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1147-g92825d6
Gerrit Code Review
gerrit@openafs.org
Thu, 28 Apr 2011 20:25:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit e88e369c92e8a0c4bedd136edadb21d99988d587
Author: Russ Allbery <rra@stanford.edu>
Date: Thu Apr 28 16:10:23 2011 -0700
Fix various build problems with the test suite
The cmd/command-t test requires libroken and was misspelled in the
TESTS file. Multiple tests require LD_LIBRARY_PATH to be set to find
libafsroken if it hasn't been installed, so set it when running
runtests via make check. (Note that this means runtests -o will not
work properly unless the user also sets LD_LIBRARY_PATH.)
Change-Id: Ib64f0505b3b75db33adb6c7b6452dcaac0b05dbc
Reviewed-on: http://gerrit.openafs.org/4594
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
tests/Makefile.in | 3 ++-
tests/TESTS | 2 +-
tests/cmd/Makefile.in | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository