[Tools] Remove `scons --test` argument.
This commit is contained in:
parent
798e45f885
commit
9f0998abb8
|
@ -326,12 +326,6 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
|
||||||
mk_rtconfig(configfn)
|
mk_rtconfig(configfn)
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
AddOption('--test',
|
|
||||||
dest='test',
|
|
||||||
action='store_true',
|
|
||||||
default=False,
|
|
||||||
help='some test feature')
|
|
||||||
|
|
||||||
# add comstr option
|
# add comstr option
|
||||||
AddOption('--verbose',
|
AddOption('--verbose',
|
||||||
dest='verbose',
|
dest='verbose',
|
||||||
|
|
Loading…
Reference in New Issue