4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:00:25 +08:00

[Tools] Remove scons --test argument.

This commit is contained in:
Bernard Xiong 2018-05-31 09:58:35 +08:00
parent 798e45f885
commit 9f0998abb8

View File

@ -326,12 +326,6 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
mk_rtconfig(configfn)
exit(0)
AddOption('--test',
dest='test',
action='store_true',
default=False,
help='some test feature')
# add comstr option
AddOption('--verbose',
dest='verbose',