mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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:
parent
48694f0fea
commit
a4eed745b7
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue