diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-08 21:32:37 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-08 21:32:37 +0000 |
commit | 5e8ade236109349137ac4aaf9f2b0cc83290a4ca (patch) | |
tree | f6d3f48f1508b8de692b26e8c2c7ddc5caf470d8 /gdb/testsuite/gdb.chill/pr-6292.exp | |
parent | a331c834c11652ae73c4d7913375d6f06c817834 (diff) | |
download | gdb-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.zip gdb-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.tar.gz gdb-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.tar.bz2 |
* *.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/pr-6292.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-6292.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-6292.exp b/gdb/testsuite/gdb.chill/pr-6292.exp index a01e08b..2af77ce 100644 --- a/gdb/testsuite/gdb.chill/pr-6292.exp +++ b/gdb/testsuite/gdb.chill/pr-6292.exp @@ -52,6 +52,8 @@ proc do_tests {} { set binfile "pr-6292.exe" set srcfile $binfile.ch +if [skip_chill_tests] then { continue } + if ![file exists $objdir/$subdir/$binfile] then { warning "$binfile does not exist; tests suppressed." } else { |