This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

[binutils-gdb] [testsuite] Fix dg-extract-results.sh path


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6f1107b59311300cb44379022f19af42db98b1e4

commit 6f1107b59311300cb44379022f19af42db98b1e4
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Tue Sep 11 12:59:52 2018 +0200

    [testsuite] Fix dg-extract-results.sh path
    
    There was a typo in patch:
    commit 5a6996172e6294ea37054b1a9caa3a923a8fe399
    Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
    Date:   Mon Aug 6 16:05:16 2018 +0200
        Update dg-extract-results.* from gcc
    
    gdb/testsuite/ChangeLog
    2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.

Diff:
---
 gdb/testsuite/ChangeLog   | 4 ++++
 gdb/testsuite/Makefile.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fc18b22..efefad5 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
+
 2018-09-10  Jerome Guitton  <guitton@adacore.com>
 
 	* gdb.ada/same_component_name: Add test for case of tagged record
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index f669a3c..e7be686 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -241,7 +241,7 @@ check-parallel-racy:
 	  $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh \
 	    `find racy_outputs/$$n -name gdb.sum -print` > \
 	    racy_outputs/$$n/gdb.sum; \
-	  $(SHELL) $(srcdir)/../../dg-extract-results.sh -L \
+	  $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh -L \
 	    `find racy_outputs/$$n -name gdb.log -print` > \
 	    racy_outputs/$$n/gdb.log; \
 	  sed -n '/=== gdb Summary ===/,$$ p' racy_outputs/$$n/gdb.sum; \


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