texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * contrib/nontests/test_all.sh: add copyright not


From: Patrice Dumas
Subject: branch master updated: * contrib/nontests/test_all.sh: add copyright notice.
Date: Sun, 03 Nov 2024 11:23:28 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 61d5d0cbcc * contrib/nontests/test_all.sh: add copyright notice.
61d5d0cbcc is described below

commit 61d5d0cbcc6ac9f29477ff2a7e5a1700d61aa006
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Nov 3 17:23:20 2024 +0100

    * contrib/nontests/test_all.sh: add copyright notice.
---
 ChangeLog                    |  4 ++++
 contrib/nontests/test_all.sh | 18 +++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7cc49bf4b7..731d565b1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-11-03  Patrice Dumas  <pertusus@free.fr>
+
+       * contrib/nontests/test_all.sh: add copyright notice.
+
 2024-11-03  Gavin Smith <gavinsmith0123@gmail.com>
 
        * README-hacking: add suggestion to run contrib/nontests tests
diff --git a/contrib/nontests/test_all.sh b/contrib/nontests/test_all.sh
index a388932a0a..8fa006b493 100755
--- a/contrib/nontests/test_all.sh
+++ b/contrib/nontests/test_all.sh
@@ -1,4 +1,20 @@
 #! /bin/sh
+# Copyright 2024 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License,
+# or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# runs all the *.test tests in the directory
 
 set -e
 #set -x
@@ -18,7 +34,7 @@ for test_file in $srcdir/*.test; do
     error=1
   fi
   echo "$bfile: $error"
-  # if the result is 0, expr exists with a non 0 status, hence the || true
+  # if the result is 0, expr exits with a non 0 status, hence the || true
   status=`expr $status + $error` || true
 done
 



reply via email to

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