Whamcloud - gitweb
LU-10973 lutf: Fix library path 02/46502/4
authorAmir Shehata <ashehata@whamcloud.com>
Thu, 10 Feb 2022 23:54:10 +0000 (15:54 -0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:30:06 +0000 (05:30 +0000)
Correct library path pointing the lnetconfig library.

Test-Parameters: trivial
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I60089ba0e86d2c3406e283c44530793d84065674
Reviewed-on: https://review.whamcloud.com/46502
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/lutf/python/config/lutf_start.sh

index 88a6c4a..55d33e9 100644 (file)
@@ -5,7 +5,7 @@ export PYTHONPATH=$PYTHONPATH:$LUSTRE/tests/lutf/:$LUSTRE/tests/lutf/src/:$LUSTR
 
 export LUTFPATH=$LUSTRE/tests/lutf/
 
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LUTFPATH:$LUTFPATH/src:$LUSTRE/lnet/utils/lnetconfig/.libs/
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LUTFPATH:$LUTFPATH/src:$LUSTRE/../lnet/utils/lnetconfig/.libs/
 
 export PATH=$PATH:$LUSTRE/tests/lutf/src:$LUSTRE/tests/lutf