From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1mYacJ-0004vw-0G for mharc-grub-devel@gnu.org; Thu, 07 Oct 2021 17:07:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYacH-0004v0-Gt for grub-devel@gnu.org; Thu, 07 Oct 2021 17:07:49 -0400 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]:38829) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mYacE-0002mT-Eu for grub-devel@gnu.org; Thu, 07 Oct 2021 17:07:49 -0400 Received: by mail-qt1-x836.google.com with SMTP id d8so7635310qtd.5 for ; Thu, 07 Oct 2021 14:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficientek-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=811dbxN2bl+gxjNJUuZYbPTQBBikEipr0fWrf0Xuj1E=; b=tW0UJuV74FfFRt6EChfVNA7ljSqR2Zwe7k5HOE9TVNv1NnEZ2hjEPEdfIHy8Tx7fae vF/aGcw8OecGg2CMbZyMHZqiQ6VsLyqalbd0A7c8HcyGI1BBtsZfT8s633NDmG28gEXj 6P2mdLZ8GB8GdBsNDN0wwT3LTLlSJ+aMIak6xYwkMuxrYIL4TDSpELRGgOvCGODIVTUC 8l5lbsvi5cl8lVLIxzVLrxSqqSVul8/Jrio/guF89RvUS2deoVvB9AlQAQAEnwpTPc8n 3J7lLAEx2jNREJ3BLy1jcMdsRRMCdxkBT71B8bu+RQ6W1rQLlZZiAhPYhjlZdPRCWY3z 8hUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=811dbxN2bl+gxjNJUuZYbPTQBBikEipr0fWrf0Xuj1E=; b=swV/8Uo+q+7N3BpF+DqWpBJwRH0qyMkKZQmTVtpBpVr6+p1Ox1TnRUBI4L8sZIqrwZ +YCaFugu89+M98QzNOG28RUWI7quR+Sh85MdSsWyovN+4LW20Cwcash9FqjjbfFY30Uh N7Vkk12sW6b2/5Doklt8einpS+lcN96RrXlwEzvkem5ErBNmN8KhslGLxzWgoZ9d+Q1N fwlDgpgB9Ewf5Gd5WS6WhKbquOYr+RlWGFRGptf9+F6mctWppyPLeh56fbJKztOQspjf NHU9fwaPq108y6SXT30tjBtmKwW2h7ENdS2zZL2voe/yoU4SbvL5PAIG27KEhZqBjjTH NuAw== X-Gm-Message-State: AOAM532u3kn2BPTBsBSNITR23Adr58NUV+KFWRCnQ4RftryJTqcbsLxF 1QGgixXy7Ge3MgAXTNCNO/QAGfQiNpa51w== X-Google-Smtp-Source: ABdhPJzRWo2mz+/iAvSBA59kBdo4Oc1QTQTY8fHVZCDX82DGgApcLou0EW3mPMfKbxWCznFkPAZ22g== X-Received: by 2002:ac8:7ee4:: with SMTP id r4mr7413924qtc.351.1633640864790; Thu, 07 Oct 2021 14:07:44 -0700 (PDT) Received: from localhost.localdomain ([37.218.244.251]) by smtp.gmail.com with ESMTPSA id h27sm450467qtu.11.2021.10.07.14.07.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 14:07:44 -0700 (PDT) From: Glenn Washburn To: grub-devel@gnu.org, Daniel Kiper Cc: Glenn Washburn Subject: [PATCH 0/2] More test fixes Date: Thu, 7 Oct 2021 16:07:30 -0500 Message-Id: <20211007210732.160226-1-development@efficientek.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::836; envelope-from=development@efficientek.com; helo=mail-qt1-x836.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2021 21:07:49 -0000 The first patch changes the test exit status from skipped to hard error, for tests which fail due to missing dependencies in the environment. The second is a trivial patch to parameterize all uses of parted in the partmap_test. Glenn Glenn Washburn (2): tests: Test aborts due to missing requirements should be marked as error instead of skipped tests: In partmap_test, use ${parted} variable when checking for binary tests/btrfs_test.in | 4 ++-- tests/cpio_test.in | 2 +- tests/exfat_test.in | 4 ++-- tests/ext234_test.in | 8 ++++---- tests/f2fs_test.in | 4 ++-- tests/fat_test.in | 4 ++-- tests/gzcompress_test.in | 2 +- tests/hfs_test.in | 6 +++--- tests/hfsplus_test.in | 4 ++-- tests/iso9660_test.in | 2 +- tests/jfs_test.in | 4 ++-- tests/lzocompress_test.in | 2 +- tests/minixfs_test.in | 8 ++++---- tests/nilfs2_test.in | 4 ++-- tests/ntfs_test.in | 6 +++--- tests/partmap_test.in | 6 +++--- tests/reiserfs_test.in | 4 ++-- tests/romfs_test.in | 2 +- tests/squashfs_test.in | 2 +- tests/tar_test.in | 2 +- tests/udf_test.in | 4 ++-- tests/xfs_test.in | 4 ++-- tests/xzcompress_test.in | 2 +- tests/zfs_test.in | 4 ++-- 24 files changed, 47 insertions(+), 47 deletions(-) -- 2.27.0