]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Report test failure as early as possible.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jan 2002 17:52:04 +0000 (17:52 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:36:51 +0000 (00:36 +0200)
tests/ChangeLog
tests/lang-java

index d5c13664395402cca696b2a3f6ccf370fa5c7ee8..474c410c8aeb65737fc7078b9815cfed9696c5d7 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-05  Bruno Haible  <bruno@clisp.org>
+
+       * lang-java: If msgfmt fails (for example, due to missing iconv()
+       support), let the test fail immediately.
+
 2002-01-05  Bruno Haible  <bruno@clisp.org>
 
        Avoid setting LC_ALL for random shell and utility commands, including
index b5022ce006ed0c48178cc4b0fa2d8c9c90ad20a6..f98efb5e14f02a8598a54a881427b06ecd7e2518 100755 (executable)
@@ -89,7 +89,7 @@ ${DIFF} fr.po fr.po.new || exit 1
 
 tmpfiles="$tmpfiles prog_fr.class"
 : ${MSGFMT=msgfmt}
-${MSGFMT} -j -d . -r prog -l fr fr.po
+${MSGFMT} -j -d . -r prog -l fr fr.po || exit 1
 
 tmpfiles="$tmpfiles prog.ok prog.out"
 : ${DIFF=diff}