aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-04-01 17:45:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-04-01 17:45:48 +0000
commit414e70e3d0b9db60b826689d972f7781eafd5998 (patch)
tree9b9f2d14b4df6f0865af4d8ff10d07634d310c9b /gdb/testsuite/lib
parent93204d3a0b545e3d60aab40f933fcb3bdf929b81 (diff)
downloadgdb-414e70e3d0b9db60b826689d972f7781eafd5998.zip
gdb-414e70e3d0b9db60b826689d972f7781eafd5998.tar.gz
gdb-414e70e3d0b9db60b826689d972f7781eafd5998.tar.bz2
* lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
to build the application. Remove the message printed when in verbose mode, redundant with the UNSUPPORTED message above.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/ada.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/ada.exp b/gdb/testsuite/lib/ada.exp
index 67a507b..9fab3af 100644
--- a/gdb/testsuite/lib/ada.exp
+++ b/gdb/testsuite/lib/ada.exp
@@ -405,7 +405,7 @@ proc gdb_compile_ada {source dest type options} {
# We therefore simply check whether the dest file has been created
# or not. Unless not present, the build has succeeded.
if ![file exists $dest] {
- verbose "Ada compilation failed: $result"
+ unsupported "Ada compilation failed: $result"
return "Ada compilation failed."
}
}