This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.29.9000-22-g5e10136


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5e10136b3ce5226bb6d55f5f14f74e65218750be (commit)
      from  221baae0012e56e4043b914fec47340ef3a1e0c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5e10136b3ce5226bb6d55f5f14f74e65218750be

commit 5e10136b3ce5226bb6d55f5f14f74e65218750be
Author: Matthew Malcomson <matthew.malcomson@arm.com>
Date:   Mon Feb 4 13:06:15 2019 +0100

    testrun.sh: Exit in case of incorrect argument

diff --git a/ChangeLog b/ChangeLog
index 0c9a4e8..c074128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-04  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+	* Makefile (testrun.sh): Exit in case of incorrect argument.
+
 2019-02-04  Florian Weimer  <fweimer@redhat.com>
 
 	* time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
diff --git a/Makefile b/Makefile
index 4a014d6..1bfe7fe 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ GCONV_PATH="$${builddir}/iconvdata"
 usage () {
   echo "usage: $$0 [--tool=strace] PROGRAM [ARGUMENTS...]" 2>&1
   echo "       $$0 --tool=valgrind PROGRAM [ARGUMENTS...]" 2>&1
+  exit 1
 }
 
 toolname=default

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 Makefile  |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]