From a8a1219619ff54d30cf4c70e8376489f7aeef761 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 31 Oct 2018 21:41:52 +1100 Subject: * runtest.exp (load_tool_init): Add message indicating the expected location of the tool init file. Signed-off-by: Ben Elliston --- runtest.exp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtest.exp') diff --git a/runtest.exp b/runtest.exp index 5a45eeb..84e3e6b 100644 --- a/runtest.exp +++ b/runtest.exp @@ -935,6 +935,8 @@ proc load_tool_init { file } { set loaded_libs($file) "" + verbose "Looking for tool init file $srcdir/lib/$file" + if {[file exists [file join ${srcdir} lib $file]]} { verbose "Loading library file ${srcdir}/lib/$file" if { [catch "uplevel #0 source ${srcdir}/lib/$file"] == 1 } { -- cgit v1.1