* lib/gdb.exp: Abort on missing `site.exp'.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Jan 2007 22:25:34 +0000 (22:25 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Jan 2007 22:25:34 +0000 (22:25 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index e45b6c3b38b4aaa6f1710460cca5fad407eab516..c1f1879b149d52c41d00285f8b0dab7f05584d06 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp: Abort on missing `site.exp'.
+
 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
index 4c440248040021bbcf81c82713afed7d7f8e082a..7d785bc8fd5e481da5cfeb9750df6b03423918df 100644 (file)
 # need to be modified for any target, it can be done with a variable
 # or by passing arguments.
 
+if {$tool == ""} {
+    # Tests would fail, logs on get_compiler_info() would be missing.
+    send_error "`site.exp' not found, run `make site.exp'!\n"
+    exit 2
+}
+
 load_lib libgloss.exp
 
 global GDB