From f4dc92e99d908eb09585aab70871b44a9a60ec28 Mon Sep 17 00:00:00 2001 From: William King Date: Sun, 10 Oct 1999 18:11:00 +0000 Subject: [PATCH] temporarily suppress t_tasks from running at request of RJH due to mem usage --- bin/tests/tasks/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/tasks/Makefile.in b/bin/tests/tasks/Makefile.in index d2ac09a2c5..3790e1ab13 100644 --- a/bin/tests/tasks/Makefile.in +++ b/bin/tests/tasks/Makefile.in @@ -40,7 +40,7 @@ t_tasks: t_tasks.@O@ ${DEPLIBS} ${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS} test: - -@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a + echo "-@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a suppressed" testhelp: @./t_tasks -h