From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202510 header.b=TkEXwRfy; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id D183A5A061C for ; Fri, 10 Oct 2025 05:45:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202510; t=1760067950; bh=Jb5iXU53ytvTiCkPfKaQVkSEfDJxWMrwcBof2MtBR6E=; h=From:To:Cc:Subject:Date:From; b=TkEXwRfy2lq9nXPLtGWhGyOPoHrOKoS2er+jYh2PtqKHsHWYrMzaJ+hdZNR6dEi4q cSE/+k3IzqijIurWdb2nrGF21JP5hvgmX57MjMtWSQWf3QxO4blzDc+oFPXKuPPzwu 3yAQTWBJK/cqxDA7fFhnB/atBmH+P8d7N6V6RG6WotDV8gNggMN0jd8kf9Iy3e4W/z vyqJVem7g2EjLccwALg73cVetRY2diComJ1Z7bvPBFqxrFh84a5BCT+8CGTf9dO2Zl J13WbtI1hfhQoRAIpKHBOlJwMwxIKrEqQw5Ak7LLRdGJX4G0az0pUnQB//7NndPuwm dOyq0BbD1irgQ== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4cjXhZ5G2gz4wCl; Fri, 10 Oct 2025 14:45:50 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH v2 0/3] Fixes to exeter test integration Date: Fri, 10 Oct 2025 14:45:46 +1100 Message-ID: <20251010034549.1821828-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.51.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 23GQD4PPYW5IHRQ46OI2ZW3WC4BKZICD X-Message-ID-Hash: 23GQD4PPYW5IHRQ46OI2ZW3WC4BKZICD X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: In advance of the tunbridge work, here are some further small fixes to the test logic, specifically how we interface with exeter tests. v2: * Consistently use ${} style for shell variables * Assorted minor revisions based on Stefano's feedback David Gibson (3): test: Use ${} consistently in lib/exeter test: Add some missing quoting in exeter runner test: For missing static checkers, skip rather than failing tests test/build/static_checkers.sh | 24 ++++++++++++++++++------ test/lib/exeter | 28 ++++++++++++++++++---------- 2 files changed, 36 insertions(+), 16 deletions(-) -- 2.51.0