We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a4ad6 commit 61c170fCopy full SHA for 61c170f
tools/test/examples/examples.py
@@ -30,10 +30,6 @@
30
""" import and bulid a bunch of example programs """
31
32
ROOT = abspath(dirname(dirname(dirname(dirname(__file__)))))
33
-DEFAULT_BUILD_PROFILES = [
34
- "develop",
35
- "mbed-os/tools/profiles/extensions/minimal-printf.json",
36
-]
37
sys.path.insert(0, ROOT)
38
39
from tools.utils import argparse_force_uppercase_type
@@ -87,10 +83,8 @@ def parse_args():
87
83
compile_cmd.add_argument(
88
84
"--profiles",
89
85
nargs='+',
90
- default=DEFAULT_BUILD_PROFILES,
91
86
metavar="profile",
92
- help="build profile file(s). default = {}".format(DEFAULT_BUILD_PROFILES)
93
- )
+ help="build profile(s)")
94
95
compile_cmd.add_argument("-j", "--jobs",
96
dest='jobs',
0 commit comments