diff options
author | Jeff Law <law@redhat.com> | 1995-10-18 05:07:51 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-10-18 05:07:51 +0000 |
commit | 00c916f4a83950d361c50aab635ca2ecf6c218f7 (patch) | |
tree | 593adf60868e6765545a9704d6600dc9b610e9fc /gdb/testsuite/gdb.chill/pr-6292.exp | |
parent | 5df68a88c4526aa6dd490d5170710459b5c59933 (diff) | |
download | gdb-00c916f4a83950d361c50aab635ca2ecf6c218f7.zip gdb-00c916f4a83950d361c50aab635ca2ecf6c218f7.tar.gz gdb-00c916f4a83950d361c50aab635ca2ecf6c218f7.tar.bz2 |
* Many files: When warning about suppressed tests due to a
nonexistant test binary, avoid incrementing the warning count.
Fixes bogus UNRESOLVED test results.
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-6292.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-6292.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-6292.exp b/gdb/testsuite/gdb.chill/pr-6292.exp index 2dd6a36..4d9cd4e 100644 --- a/gdb/testsuite/gdb.chill/pr-6292.exp +++ b/gdb/testsuite/gdb.chill/pr-6292.exp @@ -55,7 +55,7 @@ set srcfile $binfile.ch if [skip_chill_tests] then { continue } if ![file exists $objdir/$subdir/$binfile] then { - warning "$binfile does not exist; tests suppressed." + warning "$binfile does not exist; tests suppressed." 0 } else { do_tests } |