aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAaron Merey <amerey@redhat.com>2020-02-10 15:24:57 +0000
committerNick Clifton <nickc@redhat.com>2020-02-10 15:24:57 +0000
commit46471187e440135c1f6e6b2c06df2139b61dfea2 (patch)
tree04e5e84461efbba910e517a4174f8843e7332886 /binutils/ChangeLog
parent678d457fb7b822d2a5277ed154a1808eadb3593d (diff)
downloadgdb-46471187e440135c1f6e6b2c06df2139b61dfea2.zip
gdb-46471187e440135c1f6e6b2c06df2139b61dfea2.tar.gz
gdb-46471187e440135c1f6e6b2c06df2139b61dfea2.tar.bz2
More debuginfod tests fixes.
Start server before setting environment variable. Specify tmpdir as the location of the server's database. Check additional server metrics at start-up.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 992e36d..fc3783e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -2,6 +2,10 @@
* binutils/testsuite/binutils-all/debuginfod.exp:
Replace set ::env with setenv.
+ Start server before setting environment variable.
+ Specify tmpdir as the location of the server's
+ database.
+ Check additional server metrics at start-up.
2020-02-07 Nick Clifton <nickc@redhat.com>