diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 08:00:55 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 08:00:55 +0000 |
commit | 1be6139e148d752ec3619468ee1cca7f61ee16e1 (patch) | |
tree | b82065b606dbc6a08fa7198032ee0d4bab0575a0 | |
parent | 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e (diff) | |
download | samba-1be6139e148d752ec3619468ee1cca7f61ee16e1.tar.gz samba-1be6139e148d752ec3619468ee1cca7f61ee16e1.tar.xz samba-1be6139e148d752ec3619468ee1cca7f61ee16e1.zip |
Do satyr work against a copy of the build farm scripts so as not to
break them.
installcheck has to find smbd in SBINDIR, not BINDIR.
-rw-r--r-- | source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 6692e3c811f..bc6517ebc26 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -859,7 +859,7 @@ dangerous-installcheck: mkdir -p $(BASEDIR)/var PATH=$(BINDIR):$(SBINDIR):$(PATH) \ SATYR_DISCOURAGE=1 \ - SATYR_SUITEDIR=../testsuite/build_farm/ prefix=$(BASEDIR) \ - LIBSMB_PROG=$(BINDIR)/smbd \ + SATYR_SUITEDIR=../testsuite/satyr/ prefix=$(BASEDIR) \ + LIBSMB_PROG=$(SBINDIR)/smbd \ testdir=./testdir $(SHELL) satyr |