From a6ff363319afe650a5089b30cd82a178baf3b865 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 7 Aug 2005 18:43:53 +0000 Subject: r9186: comment out 'make check'; to be replaced by 'make test' (This used to be commit d66a5a97f38b358ab3459d4b5a801499c2a2c60c) --- source3/Makefile.in | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 21e1923769..cf76161e71 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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, -- cgit