public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* dwz testsuite patch: version tagging
@ 2022-07-06 16:45 Frank Ch. Eigler
  2022-07-12 13:37 ` Mark Wielaard
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Ch. Eigler @ 2022-07-06 16:45 UTC (permalink / raw)
  To: dwz

Hi -

The following little obvious patch adds the usual dejagnu trailer to
the .log/.sum files.  Wonder if people would be interested in adding
more tracing to the test cases, so the .log file is not so bare.
Maybe just execute all the subtest .sh files with "sh -x" and verbose-log
their output?

- FChE


diff --git a/testsuite/config/default.exp b/testsuite/config/default.exp
index e69de29bb2d1..16785528e489 100644
--- a/testsuite/config/default.exp
+++ b/testsuite/config/default.exp
@@ -0,0 +1,8 @@
+
+
+
+proc dwz_version {} {
+  set location [exec /usr/bin/which dwz]
+  regexp {version [0-9.]*} [exec dwz --version 2>@ stdout] version
+  clone_output "$location $version"
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-12 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 16:45 dwz testsuite patch: version tagging Frank Ch. Eigler
2022-07-12 13:37 ` Mark Wielaard
2022-07-12 13:39   ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).