run_tests: echo L4V_FEATURES and L4V_PLAT

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2023-06-06 11:27:49 +10:00 committed by Gerwin Klein
parent fc44f65175
commit 6da2d97c69
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,9 @@ if args.help:
returncode = 0
for arch in archs:
print("Testing for L4V_ARCH=%s:" % arch)
features = os.environ.get("L4V_FEATURES", "")
plat = os.environ.get("L4V_PLAT", "")
print(f"Testing for L4V_ARCH='{arch}', L4V_FEATURES='{features}', L4V_PLAT='{plat}':")
os.environ["L4V_ARCH"] = arch
# Test Orphanage when L4V_ARCH=ARM;