texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8146] maintain/all_tests.sh


From: gavinsmith0123
Subject: [8146] maintain/all_tests.sh
Date: Sat, 1 Sep 2018 17:55:06 -0400 (EDT)

Revision: 8146
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8146
Author:   gavin
Date:     2018-09-01 17:55:05 -0400 (Sat, 01 Sep 2018)
Log Message:
-----------
maintain/all_tests.sh

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/maintain/all_tests.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-01 20:01:15 UTC (rev 8145)
+++ trunk/ChangeLog     2018-09-01 21:55:05 UTC (rev 8146)
@@ -1,5 +1,10 @@
 2018-09-01  Gavin Smith  <address@hidden>
 
+       * tp/maintain/all_tests.sh <generate>: Use "set -e" to make
+       script stop if a test script stops.
+
+2018-09-01  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm (_parse_def): Do not handle a leading 
        space specially.
        (_end_line): Account for this change.

Modified: trunk/tp/maintain/all_tests.sh
===================================================================
--- trunk/tp/maintain/all_tests.sh      2018-09-01 20:01:15 UTC (rev 8145)
+++ trunk/tp/maintain/all_tests.sh      2018-09-01 21:55:05 UTC (rev 8146)
@@ -2,7 +2,7 @@
 # $Id$
 # Helper script for tests.
 #
-# Copyright 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013, 2014, 2015, 2018 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -54,6 +54,7 @@
 
   if [ "$command" = 'generate' ]; then
     for file in t/*.t; do
+      set -e
       $PERL -w $file -g
     done
   elif [ "$command" = 'output' ]; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]