]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
bug fix
authorTom Tromey <tromey@redhat.com>
Wed, 26 Feb 1997 06:52:42 +0000 (06:52 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 26 Feb 1997 06:52:42 +0000 (06:52 +0000)
ChangeLog
automake.in

index 678c65b04c1594193cbfccafe3b90d4cfac7ce32..90d8482b4a9aac386efe4b42b1529117f0b0887c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Feb 25 23:46:29 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_tests): If a test failed, then make should
+       fail.  From Jim Meyering.
+
+Mon Feb 24 19:02:21 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * texi-vers.am (@VTEXI@): Copy stamp file into output.
+
 Sun Feb 23 00:10:36 1997  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (handle_programs): Give correct error line for lex
index 1f5d4de092a4aa3400935301e42b1683dd2bdea5..46fdbac1e6e9f4cef660054074d005c38cbe5332 100755 (executable)
@@ -3249,6 +3249,7 @@ sub handle_tests
          echo "========================"; \\
        else \\
          echo "$$failed of $$all tests failed"; \\
+         exit 1; \\
        fi
 ';
     }