diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/README | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/README b/tests/README index fe45f5bb8..857230acb 100644 --- a/tests/README +++ b/tests/README @@ -1,9 +1,15 @@ -How to use use -============== +How to use test script framework. +=================================  - Build and install the version of glusterfs with your changes. Make    sure the installed version is accessible from $PATH. +- To mount glusterfs, NEVER use 'mount -t glusterfs', instead use +  'glusterfs -s ' method. This is because with the patch build setup +  doesnot install the /sbin/mount.glusterfs necessary, where as the +  glusterfs binary will be accessible with $PATH, and will pick the +  right version. +  - (optional) Set environment variables to specify location of    export directories and mount points. Unless you have special    requirements, the defaults should just work. The variables  | 
