public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH] CI: Get back default conf for repro test
Date: Thu,  2 Mar 2023 13:14:38 +0200	[thread overview]
Message-ID: <20230302111438.402926-1-amikan@ilbers.de> (raw)

Unconfigure just erase ci_build.conf without filling back default one.
Execute configure to get it back to default.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 testsuite/cibase.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/cibase.py b/testsuite/cibase.py
index 6239b4d..f2e4e95 100755
--- a/testsuite/cibase.py
+++ b/testsuite/cibase.py
@@ -53,6 +53,7 @@ class CIBaseTest(CIBuilder):
 
         if not signed:
             # Try to build with changed configuration with no cleanup
+            self.configure(**kwargs)
             self.bitbake(targets, **kwargs)
 
     def perform_ccache_test(self, targets, **kwargs):
-- 
2.34.1


             reply	other threads:[~2023-03-02 11:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 11:14 Anton Mikanovich [this message]
2023-03-02 11:17 ` Anton Mikanovich
2023-03-06  6:07 ` Uladzimir Bely

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=20230302111438.402926-1-amikan@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /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