ICU-543 do not ignore errors when running the tests, that's what

make -k is for.

X-SVN-Rev: 2207
This commit is contained in:
Yves Arrouye 2000-08-11 21:43:42 +00:00
parent 48694f0fea
commit a4eed745b7

View File

@ -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) \