* makevars.test: Fail if automake fails.
authorTom Tromey <tromey@redhat.com>
Fri, 26 Jan 2001 22:29:42 +0000 (22:29 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 26 Jan 2001 22:29:42 +0000 (22:29 +0000)
tests/ChangeLog
tests/makevars.test

index 989e88d..9d55664 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-26  Tom Tromey  <tromey@redhat.com>
+
+       * makevars.test: Fail if automake fails.
+
 2001-01-26  Pavel Roskin  <proski@gnu.org>
 
        * Makefile.am (XFAIL_TESTS): Added colon7.test.
index 2760917..323c843 100755 (executable)
@@ -9,8 +9,9 @@
 $ACLOCAL || exit 1
 
 # Create some dummy Makefile.in.
-: >Makefile.am
-$AUTOMAKE
+: > Makefile.am
+
+$AUTOMAKE || exit 1
 
 # We are definitely not needing a compiler or preprocessor.
 egrep '^(CC|CPP|CXX|CXXCPP) =' Makefile.in && exit 1