* 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 e45b6c3..c1f1879 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 4c44024..7d785bc 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