Sync scripts with Arm internal CI
This patch syncs utility scripts and scripts
in the script directory with the internal CI.
Where a path update is required,
the changes have been commented out.
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: Ifa4bd805e345184d1378e8423e5f878a2fbfbcd4
diff --git a/script/gen_run_config_candidates.py b/script/gen_run_config_candidates.py
index d9e3f9b..407742a 100755
--- a/script/gen_run_config_candidates.py
+++ b/script/gen_run_config_candidates.py
@@ -35,6 +35,8 @@
sys.exit(0)
fragments = run_config.split("-")
+if 'bmcov' in fragments:
+ fragments.remove('bmcov')
exit_code = 0
# Stems are fragments, except with everything after dot removed.
@@ -63,5 +65,4 @@
print("warning: {}: no matches for fragment '{}'".format(
arg, fragment), file=sys.stderr)
exit_code = 1
-
sys.exit(exit_code)