Skip to content

Commit 61c170f

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
EXAMPLES: remove default build profiles
1 parent 59a4ad6 commit 61c170f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/test/examples/examples.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
""" import and bulid a bunch of example programs """
3131

3232
ROOT = abspath(dirname(dirname(dirname(dirname(__file__)))))
33-
DEFAULT_BUILD_PROFILES = [
34-
"develop",
35-
"mbed-os/tools/profiles/extensions/minimal-printf.json",
36-
]
3733
sys.path.insert(0, ROOT)
3834

3935
from tools.utils import argparse_force_uppercase_type
@@ -87,10 +83,8 @@ def parse_args():
8783
compile_cmd.add_argument(
8884
"--profiles",
8985
nargs='+',
90-
default=DEFAULT_BUILD_PROFILES,
9186
metavar="profile",
92-
help="build profile file(s). default = {}".format(DEFAULT_BUILD_PROFILES)
93-
)
87+
help="build profile(s)")
9488

9589
compile_cmd.add_argument("-j", "--jobs",
9690
dest='jobs',

0 commit comments

Comments
 (0)