public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: "Frank Ch. Eigler" <fche@elastic.org>
To: dwz@sourceware.org
Subject: dwz testsuite patch: version tagging
Date: Wed, 6 Jul 2022 12:45:10 -0400	[thread overview]
Message-ID: <YsW8FtOqNibFmsUj@elastic.org> (raw)

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"
+}

             reply	other threads:[~2022-07-06 16:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-06 16:45 Frank Ch. Eigler [this message]
2022-07-12 13:37 ` Mark Wielaard
2022-07-12 13:39   ` Frank Ch. Eigler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YsW8FtOqNibFmsUj@elastic.org \
    --to=fche@elastic.org \
    --cc=dwz@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).