aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-06-08 23:58:17 +0000
committerBen Elliston <bje@gnu.org>2006-06-08 23:58:17 +0000
commit3f5ac97eaccc317adf5bbdbe34771261a01420f4 (patch)
tree7e5f55bf8d78fee03aabf9d2c52cb76c01b6bb53 /runtest.exp
parentb3ee71c2e357d7a0c4907aa8bb6d862d9dc0067a (diff)
downloaddejagnu-3f5ac97eaccc317adf5bbdbe34771261a01420f4.zip
dejagnu-3f5ac97eaccc317adf5bbdbe34771261a01420f4.tar.gz
dejagnu-3f5ac97eaccc317adf5bbdbe34771261a01420f4.tar.bz2
* baseboards/cris-sim.exp: Use Tcl fall-through syntax for
multiple cases, not a list (case uses lists, switch does not). Pass -glob to switch where applicable to emulate case behaviour. * baseboards/h8300.exp: Likewise. * lib/framework.exp (clone_output): Likewise. (clear_xfail): Likewise. (clear_kfail): Likewise. * lib/libgloss.exp (process_multilib_options): Likewise. * runtest.exp: Likewise.
Diffstat (limited to 'runtest.exp')
-rwxr-xr-xruntest.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtest.exp b/runtest.exp
index 27a2269..f8e8dd6 100755
--- a/runtest.exp
+++ b/runtest.exp
@@ -700,7 +700,8 @@ if {[expr { $build_triplet == "" && $host_triplet == ""} ]} {
}
catch "exec $config_guess" build_triplet
switch $build_triplet {
- { "No uname command or uname output not recognized" "Unable to guess system type" } {
+ "No uname command or uname output not recognized" -
+ "Unable to guess system type" {
verbose "WARNING: Uname output not recognized"
set build_triplet unknown
}