public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH 2/2] Fix elfutils make_coverage and create_publish step typos
Date: Sun,  9 Apr 2023 12:08:14 +0200	[thread overview]
Message-ID: <20230409100814.2944556-2-mark@klomp.org> (raw)
In-Reply-To: <20230409100814.2944556-1-mark@klomp.org>

---
 builder/master.cfg | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 29d9d1c..ccf1745 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1684,15 +1684,14 @@ elfutils_configure_coverage_step = steps.Configure(
         logfiles={"config.log": "config.log"})
 elfutils_make_coverage_step = steps.Test(
         command=["make", "coverage"],
-        name="make check")
+        name="make coverage")
 
 elfutils_create_output_step = steps.ShellCommand(
         name="create output",
         command=["mv", "coverage", "/home/builder/shared/output"])
 elfutils_create_publish_file_step = steps.ShellCommand(
         name="create publish file",
-        command=["echo", "elfutils/coverage",
-                 ">", "/home/builder/shared/publish"])
+        command="echo elfutils/coverage > /home/builder/shared/publish")
 
 # Upload automake test results, autoconf config.log, in both build and dist-build trees
 elfutils_upload_to_bunsen = bunsen_logfile_upload_cpio_steps(
-- 
2.31.1


      reply	other threads:[~2023-04-09 10:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-09 10:08 [PATCH 1/2] Add snapshots worker and elfutils coverage builder Mark Wielaard
2023-04-09 10:08 ` Mark Wielaard [this message]

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=20230409100814.2944556-2-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@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).