Remove path from gdb.python/py-pp-integral.exp "source" test.
authorJoel Brobecker <brobecker@adacore.com>
Fri, 10 Jan 2014 03:50:29 +0000 (07:50 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 10 Jan 2014 03:57:09 +0000 (07:57 +0400)
gdb/testsuite/ChangeLog:

* gdb.python/py-pp-integral.exp: Remove path from "source" test.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-pp-integral.exp

index 4c4dcec693c10c1030c6d4cd58f013987134cb1b..283f1f2116763f43987d6eec43f1abdf4ec7be6d 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.python/py-pp-integral.exp: Remove path from "source" test.
+
 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
            Pedro Alves  <palves@redhat.com>
 
index 1262c3f9414d305201aac61a703b9b9394c09b00..8149bdeb2b3f0d07069dbab9b86b0172b5b76326 100644 (file)
@@ -29,7 +29,8 @@ if ![runto tick_tock] {
 set remote_python_file [gdb_remote_download host \
                            ${srcdir}/${subdir}/${testfile}.py]
 
-gdb_test_no_output "source ${remote_python_file}"
+gdb_test_no_output "source ${remote_python_file}" \
+    "source ${testfile}.py"
 
 gdb_test "print *t" " = Thu Nov 14 02:22:23 2013 \\(1384395743\\)"
 
This page took 0.034752 seconds and 4 git commands to generate.