|
|
|
@ -500,11 +500,6 @@ for { set i 0 } { $i < $argc } { incr i } { |
|
|
|
continue |
|
|
|
} |
|
|
|
|
|
|
|
"--tool_ro*" { |
|
|
|
set tool_root_dir $optarg |
|
|
|
continue |
|
|
|
} |
|
|
|
|
|
|
|
"--to*" { # (--tool) specify tool name |
|
|
|
set tool $optarg |
|
|
|
set comm_line_tool $optarg |
|
|
|
@ -1164,11 +1159,6 @@ for { set i 0 } { $i < $argc } { incr i } { |
|
|
|
continue |
|
|
|
} |
|
|
|
|
|
|
|
"--tool_ro*" { |
|
|
|
set tool_root_dir $optarg |
|
|
|
continue |
|
|
|
} |
|
|
|
|
|
|
|
"--to*" { # (--tool) specify tool name |
|
|
|
set tool $optarg |
|
|
|
verbose "Testing $tool" |
|
|
|
|