Browse Source

* runtest.exp: Remove defunct and undocumented --tool_root option.

dejagnu-1.6.1
Ben Elliston 10 years ago
parent
commit
aa3debbed0
  1. 4
      ChangeLog
  2. 10
      runtest.exp

4
ChangeLog

@ -1,3 +1,7 @@
2016-04-05 Ben Elliston <bje@gnu.org>
* runtest.exp: Remove defunct and undocumented --tool_root option.
2016-04-04 Ben Elliston <bje@gnu.org>
* doc/dejagnu.texi: More overhauling.

10
runtest.exp

@ -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"

Loading…
Cancel
Save