Whamcloud - gitweb
LU-10627 tests: don't use libtool wrapper for applications 35/32835/11
authorJames Simmons <uja.ornl@yahoo.com>
Fri, 27 Jul 2018 23:55:49 +0000 (19:55 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 6 Aug 2018 14:36:11 +0000 (14:36 +0000)
commitfd472f9427931092bab8d676798bc3f9744a552b
treef49cdec558ff48571e4ba3404f589c3ea0be07ce
parentc1bd96b4e015a68a9320816c37bf9ef27c419d33
LU-10627 tests: don't use libtool wrapper for applications

It is a common pratice of lustre developers to test within the
lustre tree without actually installing lustre onto the local
node. In order for this to work the test suite needs to use
the binary executables instead of the libtool executable wrappers.
Add in the libtool LDFLAG to prevent the creation of the wrappers
for the lustre utils. Additionally properly set LD_LIBRARY_PATH
to where libtool caches the dynamic libraries.

Change-Id: I9570fcb65b927463076f28c47ecec924602bef4e
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32835
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Quentin Bouget <quentin.bouget@cea.fr>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/Makefile.am
lustre/tests/test-framework.sh
lustre/utils/Makefile.am
lustre/utils/gss/Makefile.am