diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-07 18:43:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:27 -0500 |
commit | a6ff363319afe650a5089b30cd82a178baf3b865 (patch) | |
tree | 422ee70963d2abae12939284e121f7cf08b94f2a /source3 | |
parent | cc6843fcca2220d27235ff87c7f2b5b2403052ad (diff) | |
download | samba-a6ff363319afe650a5089b30cd82a178baf3b865.tar.gz samba-a6ff363319afe650a5089b30cd82a178baf3b865.tar.bz2 samba-a6ff363319afe650a5089b30cd82a178baf3b865.zip |
r9186: comment out 'make check'; to be replaced by 'make test'
(This used to be commit d66a5a97f38b358ab3459d4b5a801499c2a2c60c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 18 |
1 files 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, |