Skip to content

Commit d07ebd1

Browse files
crassDaniel Kiper
authored andcommitted
tests: Fix nonnative tests labeled as native
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>
1 parent a90ccba commit d07ebd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.util.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,13 +1294,13 @@ script = {
12941294
};
12951295

12961296
script = {
1297-
testcase = native;
1297+
testcase = nonnative;
12981298
name = asn1_test;
12991299
common = tests/asn1_test.in;
13001300
};
13011301

13021302
script = {
1303-
testcase = native;
1303+
testcase = nonnative;
13041304
name = tpm2_key_protector_test;
13051305
common = tests/tpm2_key_protector_test.in;
13061306
};

0 commit comments

Comments
 (0)