aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-04-13 09:57:56 +1000
committerBen Elliston <bje@gnu.org>2016-04-13 09:57:56 +1000
commit57907758c5bfe9021ad666294e201e66c9dc5e99 (patch)
treee66ee566be57adbe2f4fe7e842bb8fe523709e78 /testsuite
parent3a14bb89c2ed5ac85585943a092fad4a909b8d46 (diff)
downloaddejagnu-57907758c5bfe9021ad666294e201e66c9dc5e99.zip
dejagnu-57907758c5bfe9021ad666294e201e66c9dc5e99.tar.gz
dejagnu-57907758c5bfe9021ad666294e201e66c9dc5e99.tar.bz2
* runtest.exp: Improve --version (-v) output.
* testsuite/runtest.all/options.exp: Update test case.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/runtest.all/options.exp5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/runtest.all/options.exp b/testsuite/runtest.all/options.exp
index 6a3d36a..3b5fc31 100644
--- a/testsuite/runtest.all/options.exp
+++ b/testsuite/runtest.all/options.exp
@@ -48,7 +48,6 @@ set tests {
{ "--tool x" "Couldn't find tool init file" "Bad tool name" }
{ "--help" "USAGE:*" "Display help" }
{ "-v -v -v" "Verbose level is 3" "Verbose set correctly" }
- { "-V" "DejaGnu version is.*Expect version is.*Tcl version is.*" "--version" }
{ "-v --target m68k-vxworks" "Target is m68k-vxworks" "--target option" }
{ "-v --target_board flash" "Running target flash" "--target_board option" }
{ "-v --host sparc-sun-sunos4.1.9" "Native configuration is sparc-sun-sunos4.1.9" "--host option" }
@@ -61,8 +60,8 @@ set tests {
{ "-v --reboot" "Will reboot the target" "--reboot option" }
{ "-v --strace 1" "Source Trace level is now 1.* 1 if" "--strace option" }
{ "-v --D0" "Tcl debugger is ON" "--D0 option" }
- { "-v -V" "DejaGnu version is" "-V option" }
- { "-v --version" "DejaGnu version is" "--version option" }
+ { "-V" "DejaGnu version.*Expect version.*Tcl version.*" "-V option" }
+ { "--version" "DejaGnu version.*Expect version.*Tcl version.*" "--version option" }
{ "-v --xml" "XML logging turned on" "--xml option" }
}