diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 08:27:32 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 08:27:32 +0000 |
commit | 2d33bef2c1e92858ae38f06bf60b78c6fcd50469 (patch) | |
tree | 77846cdd60ef9671dd415f84f9dbaa771ee1e22c /testsuite | |
parent | 59b852fd723ef5d46dfeb50ba5856826cb38cc63 (diff) | |
download | samba-2d33bef2c1e92858ae38f06bf60b78c6fcd50469.tar.gz samba-2d33bef2c1e92858ae38f06bf60b78c6fcd50469.tar.bz2 samba-2d33bef2c1e92858ae38f06bf60b78c6fcd50469.zip |
Also show $tree in diagnostics.
(This used to be commit af65a01d0d80a86f405439ed5c46cf71026a5eb8)
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/build_farm/basicsmb.fns | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 30964d8223..aa1a0b35d3 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -37,6 +37,7 @@ test_smb_conf_setup() { echo " BUILD_FARM=$pwd" echo " WHOAMI=$whoami" echo " LOGLEVEL=$loglevel" + echo " TREE=$tree" case "$prefix" in /usr*|/|//) |