summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.chill/result.exp
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-03-08 21:32:37 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-03-08 21:32:37 +0000
commit5e8ade236109349137ac4aaf9f2b0cc83290a4ca (patch)
treef6d3f48f1508b8de692b26e8c2c7ddc5caf470d8 /gdb/testsuite/gdb.chill/result.exp
parenta331c834c11652ae73c4d7913375d6f06c817834 (diff)
downloadppe42-binutils-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.tar.gz
ppe42-binutils-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.zip
* *.exp: Skip all tests silently if skip_chill_tests returns true.
* misc.exp: Remove reference to non-existent variable passcount.
Diffstat (limited to 'gdb/testsuite/gdb.chill/result.exp')
-rw-r--r--gdb/testsuite/gdb.chill/result.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/result.exp b/gdb/testsuite/gdb.chill/result.exp
index ba3f02461c..c84e062e5b 100644
--- a/gdb/testsuite/gdb.chill/result.exp
+++ b/gdb/testsuite/gdb.chill/result.exp
@@ -62,6 +62,8 @@ proc do_tests {} {
set binfile "result.exe"
set srcfile $binfile.ch
+if [skip_chill_tests] then { continue }
+
if ![file exists $objdir/$subdir/$binfile] then {
warning "$objdir/$subdir/$binfile does not exist; tests suppressed."
} else {
OpenPOWER on IntegriCloud