Too much of samba depends on finding files in their installed
[ira/wip.git] / source3 / Makefile.in
index 1576101b483ff90009759293209385b4c17abce8..b958c52fef228b627061c97201b2ead1aba98dc7 100644 (file)
@@ -811,11 +811,17 @@ Makefile: $(srcdir)/Makefile.in config.status
 test_prefix=/tmp/test-samba
 # Run regression suite using the external "satyr" framework
 check:
-       -rm -rf $(test_prefix)/lib
-       mkdir $(test_prefix)/lib -p ./testdir 
-       PATH=$(builddir)/bin:$(PATH) \
-       SATYR_SUITEDIR=../testsuite/build_farm/ prefix=$(test_prefix) \
-       testdir=./testdir $(SHELL) satyr
+       @echo "sorry, samba self-test without installation does not work yet"
+       @echo "Please try specifying a scratch directory to"
+       @echo "      ./configure --prefix DIR"
+       @echo "then run \"make install installcheck\""
+       exit 1
+
+#      -rm -rf $(test_prefix)/lib
+#      mkdir $(test_prefix)/lib -p ./testdir 
+#      PATH=$(builddir)/bin:$(PATH) \
+#      SATYR_SUITEDIR=../testsuite/build_farm/ prefix=$(test_prefix) \
+#      testdir=./testdir $(SHELL) satyr
 
 # Run regression suite on the installed version.