From a4eed745b7efbe6215f56a728b0c56fd4abc9a52 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Fri, 11 Aug 2000 21:43:42 +0000 Subject: [PATCH] ICU-543 do not ignore errors when running the tests, that's what make -k is for. X-SVN-Rev: 2207 --- icu4c/source/test/intltest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/Makefile.in b/icu4c/source/test/intltest/Makefile.in index 689d737984..8d44a76b00 100644 --- a/icu4c/source/test/intltest/Makefile.in +++ b/icu4c/source/test/intltest/Makefile.in @@ -99,7 +99,7 @@ distclean-local: clean-local $(RMV) Makefile $(DEPS) check-local: all-local - -ICU_DATA=@DATABUILDDIR@/ TZ=PST8PDT ./$(TARGET) + ICU_DATA=@DATABUILDDIR@/ TZ=PST8PDT ./$(TARGET) Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \