Browse Source

* runtest.exp (usage): --reboot doesn't take a 'name' parameter.

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

4
ChangeLog

@ -1,3 +1,7 @@
2017-08-01 Ben Elliston <bje@gnu.org>
* runtest.exp (usage): --reboot doesn't take a 'name' parameter.
2017-06-04 Ben Elliston <bje@gnu.org>
* lib/target.exp (push_target): Remove unnecessary global command.

2
runtest.exp

@ -387,7 +387,7 @@ proc usage { } {
send_user "\t--mail \[name(s)\]\tWhom to mail the results to\n"
send_user "\t--objdir \[name\]\t\tThe test suite binary directory\n"
send_user "\t--outdir \[name\]\t\tThe directory to put logs in\n"
send_user "\t--reboot \[name\]\t\tReboot the target (if supported)\n"
send_user "\t--reboot\t\tReboot the target (if supported)\n"
send_user "\t--srcdir \[name\]\t\tThe test suite source code directory\n"
send_user "\t--status\t\tSet the exit status to fail on Tcl errors\n"
send_user "\t--strace \[number\]\tSet expect tracing ON\n"

Loading…
Cancel
Save