]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tests: Fix nonnative tests labeled as native
authorGlenn Washburn <development@efficientek.com>
Fri, 21 Nov 2025 05:29:41 +0000 (23:29 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Sun, 21 Dec 2025 15:41:45 +0000 (16:41 +0100)
The tests asn1_test and tpm2_key_protector_test should be labelled as
nonnative tests because they run tests on the target. A clue that
indicates a nonnative test is the usage of the grub-shell script.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Makefile.util.def

index 7b91c0b61253778176c510fcf0f43cbf2b9ac82a..313dd0a6843865f07d2c8dff1f16078d687e4885 100644 (file)
@@ -1294,13 +1294,13 @@ script = {
 };
 
 script = {
-  testcase = native;
+  testcase = nonnative;
   name = asn1_test;
   common = tests/asn1_test.in;
 };
 
 script = {
-  testcase = native;
+  testcase = nonnative;
   name = tpm2_key_protector_test;
   common = tests/tpm2_key_protector_test.in;
 };