Skip to content

Commit

Permalink
runtest: echo NUM_DOMAINS override
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Dec 11, 2023
1 parent 81840fe commit 62f0e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ returncode = 0
for arch in archs:
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}':")
num_domains = os.environ.get("INPUT_NUM_DOMAINS", "")
print(f"Testing for L4V_ARCH='{arch}', L4V_FEATURES='{features}', L4V_PLAT='{plat}', "
f"INPUT_NUM_DOMAINS='{num_domains}'")

os.environ["L4V_ARCH"] = arch
# Provide L4V_ARCH_IS_ARM for Corres_Test in lib/ROOT
Expand Down

0 comments on commit 62f0e20

Please sign in to comment.