aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2017-08-01 19:27:41 +1000
committerBen Elliston <bje@gnu.org>2017-08-01 19:28:00 +1000
commita9eae8991b049723e6bae7af635011c8935fd45c (patch)
tree881ab0a030dff42630185f353c2055a89da25a56
parent50ea9cf48dfb61c3de5f4393dea15eae63dea462 (diff)
* runtest.exp (usage): --reboot doesn't take a 'name' parameter.
-rw-r--r--ChangeLog4
-rw-r--r--runtest.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5810741..172375e 100644
--- a/ChangeLog
+++ b/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.
diff --git a/runtest.exp b/runtest.exp
index 0415e4e..e155dc4 100644
--- a/runtest.exp
+++ b/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"