Rename $pwd to $test_root to avoid future confusion.
authorMartin Pool <mbp@samba.org>
Thu, 22 Nov 2001 23:59:48 +0000 (23:59 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 22 Nov 2001 23:59:48 +0000 (23:59 +0000)
testsuite/build_farm/basicsmb.fns

index 5c5d82b00f10cb08ff4481cabc4189dece0afca5..5c3ab9b90ca49b6049aa829316556c1d0f9005cf 100644 (file)
@@ -2,7 +2,7 @@
 
 # Common functions for Samba build scripts.
 
-# Copyright (C) 2001 by Martin Pool <mbp@samba.org>
+# Copyright (C) 2001 by Martin Pool <mbp@samba.org> and others
 
 # The following variables are passed in by the calling script.  They
 # originate in either the buildfarm scripts or the configured
@@ -24,7 +24,7 @@
 template_smb_conf_setup() {
        cat basicsmb.smb.conf$1.template | \
               sed "s|PREFIX|$prefix|g" | \
-             sed "s|BUILD_FARM|$pwd|g" | \
+             sed "s|BUILD_FARM|$test_root|g" | \
              sed "s|WHOAMI|$whoami|g" | \
              sed "s|LOGLEVEL|$loglevel|g" \
         > $prefix/lib/smb.conf$1
@@ -34,7 +34,7 @@ template_smb_conf_setup() {
 test_smb_conf_setup() {
     echo "test_smb_conf_setup: Configuring: "
     echo "    PREFIX=$prefix"
-    echo "    BUILD_FARM=$pwd"
+    echo "    BUILD_FARM=$test_root"
     echo "    WHOAMI=$whoami"
     echo "    LOGLEVEL=$loglevel"
     echo "    TREE=$tree"
@@ -153,4 +153,3 @@ then
     loglevel=1
 fi
 
-# NB $pwd is not really `pwd`