From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7169469243442855936 X-Received: by 2002:a05:651c:158a:b0:26f:c160:6dde with SMTP id h10-20020a05651c158a00b0026fc1606ddemr4971219ljq.20.1669358576820; Thu, 24 Nov 2022 22:42:56 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:741:b0:49a:b814:856d with SMTP id c1-20020a056512074100b0049ab814856dls2410331lfs.1.-pod-prod-gmail; Thu, 24 Nov 2022 22:42:55 -0800 (PST) X-Google-Smtp-Source: AA0mqf4VyBlVVVJFq67lyJGc0sVSXji/TG4KzChPkpntkOamETQqv/zl4PbhgXYHDwXcGDA0mv// X-Received: by 2002:ac2:4143:0:b0:4b4:e0a:8f61 with SMTP id c3-20020ac24143000000b004b40e0a8f61mr13569290lfi.130.1669358575397; Thu, 24 Nov 2022 22:42:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669358575; cv=none; d=google.com; s=arc-20160816; b=AxCtmrLLAya9Tq+xyWEThZIFeRjBYCsH+YomGapExrf1KLqyrnI8LS49lk887YYtvg Ff/rlw2baTIHydIFMyoLp/lXEoWoYX6jB+I5KvaNmCVOBaBj/z0MiHO06zHo7jwPEwiU CvH8hOfsCY/2gQFQOt2RZxSfdYkB3xThhobeB2TKuEHpm37k2oHO+YnYiOuPTokVDQ6G BPlOnbZG0tJhFk94bc8tB8y9sKtUV7IBFW/SaQVFaHUSiebHsmZH0wPtZ4u/3em+8rd8 jA7jeYn6YUD3d5ufG5hZ+bplSOGiCiomi5L88u5RN7GbWYu13f6g8L5x8Tk/jjkBLrM0 OGzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=uAlGHagKigI9MvNT4xeS38Z/ZaMvX40GFWV9VEVIEXw=; b=PGAXl1FwUFpPKozZAniv9TWAVAaxyauDODB9wAE/mAVs1ckbhWHZ9B9BAwxomTQ/Zf nNp62dP2VegHJAdv25jpmA3XawsktSEs25qafmENxY13ITiWe+6ZyZmhv/ZfslRAD+4V LMnwOO8j0ttiMUFlDN8682CpTXJhhQPmH0rRjxj/7Cxv5pBiBtoO+C60oHNslo9Uhbxl JMxWxoG+SReDtA5jOszpqaHwtx9MtfMDLb1qraaQntcwmyetQuH1B4+fHvhlBpbo8VBh CvtPJbnXHNkJ6wxALRF7kNTfI95jWAOzhMjhyb2ujE6G/pzq8Wizm+TDbIWEVWRU+QdA 5TVw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id p5-20020ac24ec5000000b004abdb5d1128si135343lfr.2.2022.11.24.22.42.55 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 24 Nov 2022 22:42:55 -0800 (PST) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2AP6gr1i014356 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 25 Nov 2022 07:42:54 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v3 2/3] testsuite: Run signed repro test in cross mode Date: Fri, 25 Nov 2022 07:42:52 +0100 Message-Id: <20221125064253.21907-3-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221125064253.21907-1-ubely@ilbers.de> References: <20221125064253.21907-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: uSQM0xC1v1Ww Both signed and unsigned tests are done in non-cross mode. Changing CROSS_COMPILE to "1" for one signed variant in order to cover cross-build from local `base-apt` testing Signed-off-by: Uladzimir Bely --- testsuite/citest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/citest.py b/testsuite/citest.py index 2dc78015..cf9139f8 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -32,7 +32,7 @@ class ReproTest(CIBaseTest): self.init() try: - self.perform_repro_test(targets, signed=True) + self.perform_repro_test(targets, signed=True, cross=True) finally: self.move_in_build_dir('tmp', 'tmp_repro_signed') -- 2.20.1