From 3cb52a37ca23c41a5bc579c26dab657ecbf7a913 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 10 Jun 1999 05:32:37 +0000 Subject: [PATCH] the tests are going to break, so I am turning them off. I'll be turning them back on once I figure out what to do. --- mailnews/news/tests/Makefile.in | 3 ++- mailnews/news/tests/makefile.win | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mailnews/news/tests/Makefile.in b/mailnews/news/tests/Makefile.in index 2ffe618d6696..e0a8020dce91 100644 --- a/mailnews/news/tests/Makefile.in +++ b/mailnews/news/tests/Makefile.in @@ -22,7 +22,8 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = nntp newsParser +#tests are broken right now +#DIRS = nntp newsParser include $(topsrcdir)/config/config.mk diff --git a/mailnews/news/tests/makefile.win b/mailnews/news/tests/makefile.win index 7fdc6d14101b..dad40d9cad95 100644 --- a/mailnews/news/tests/makefile.win +++ b/mailnews/news/tests/makefile.win @@ -19,6 +19,7 @@ DEPTH=..\..\.. include <$(DEPTH)\config\config.mak> -DIRS = nntp newsParser +#tests are broken right now +#DIRS = nntp newsParser -include <$(DEPTH)\config\rules.mak> \ No newline at end of file +include <$(DEPTH)\config\rules.mak>