r9186: comment out 'make check'; to be replaced by 'make test'
authorGerald Carter <jerry@samba.org>
Sun, 7 Aug 2005 18:43:53 +0000 (18:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:27 +0000 (11:00 -0500)
(This used to be commit d66a5a97f38b358ab3459d4b5a801499c2a2c60c)

source3/Makefile.in

index 21e1923769115cc143be75ac323eefee4777768b..cf76161e71dfae5b8dbedb926d85171089e6e782 100644 (file)
@@ -1566,14 +1566,16 @@ Makefile: $(srcdir)/Makefile.in config.status
 # FIXME: LD_LIBRARY_PATH is not portable, but in the absence of
 # libtool I don't know a better way to do it.  Perhaps we should fix
 # libbigballofmud to link statically?
-
-check: check-programs
-       LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
-       PATH="`pwd`/bin:$$PATH" \
-       python stf/standardcheck.py; \
-       if test -n "$(PYTHON)"; then \
-               python stf/pythoncheck.py; \
-       fi
+##
+## not working...to be replaced by 'make test' --jerry
+##
+#check: check-programs
+#      LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
+#      PATH="`pwd`/bin:$$PATH" \
+#      python stf/standardcheck.py; \
+#      if test -n "$(PYTHON)"; then \
+#              python stf/pythoncheck.py; \
+#      fi
 
 # These are called by the test suite and need to be built before
 # running it.  For the time being we don't build all of BIN_PROGS,