Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
this is because the test rely on binaries running/copied from lustre/tests (like multiop).
but they aren't binary anymore - they are libtool-based scripts.
I have to rollback the change to enable local testing:
--- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -1,6 +1,7 @@ # Lustre test Makefile AM_CFLAGS := -fPIC -D_GNU_SOURCE \ -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 +AM_LDFLAGS := -no-install