diff options
Diffstat (limited to 'tests/env.rc.in')
| -rw-r--r-- | tests/env.rc.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/env.rc.in b/tests/env.rc.in index 3f3394bd5ec..0478d66aec6 100644 --- a/tests/env.rc.in +++ b/tests/env.rc.in @@ -2,7 +2,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -PATH=@sbindir@:$PATH +PATH=@bindir@:@sbindir@:$PATH export PATH GLUSTERD_PIDFILEDIR=@localstatedir@/run/gluster @@ -31,3 +31,12 @@ export PYTHON PYTHONPATH=@BUILD_PYTHON_SITE_PACKAGES@:$PYTHON_PATH export PYTHONPATH + +GLUSTER_CMD_DIR=@sbindir@ +export GLUSTER_CMD_DIR + +GLUSTER_LIBEXECDIR=@GLUSTERFS_LIBEXECDIR@ +export GLUSTER_LIBEXECDIR + +RUN_NFS_TESTS=@BUILD_GNFS@ +export RUN_NFS_TESTS |
