[commit/obvious] Set executable bit on analyze-racy-logs.py

Sergio Durigan Junior sergiodj@redhat.com
Sun Mar 6 22:34:00 GMT 2016


I forgot to do it in my previous commit.  This is necessary because we
execute the script directly on gdb/testsuite/Makefile.in.

gdb/testsuite/ChangeLog:
2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>

	* analyze-racy-logs.py: Set executable bit.
---
 gdb/testsuite/ChangeLog            | 4 ++++
 gdb/testsuite/analyze-racy-logs.py | 0
 2 files changed, 4 insertions(+)
 mode change 100644 => 100755 gdb/testsuite/analyze-racy-logs.py

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a96156d..668f9f0 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+	* analyze-racy-logs.py: Set executable bit.
+
 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* Makefile.in (DEFAULT_RACY_ITER): New variable.
diff --git a/gdb/testsuite/analyze-racy-logs.py b/gdb/testsuite/analyze-racy-logs.py
old mode 100644
new mode 100755
-- 
2.4.3



More information about the Gdb-patches mailing list