This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] fix errors running arm-bl-branch-dest.exp


Hi.

I noticed this while doing a parallel make check.

Committed.

2013-11-11  Doug Evans  <dje@google.com>

	* gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
	of testfile.

diff --git a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp
index 4699a49..23b396c 100644
--- a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp
+++ b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 if { ![istarget "arm*-*-*"] } {
-    verbose "Skipping ${testfile}."
+    verbose "Skipping ${gdb_test_file_name}."
     return
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]