* gdb.trace/actions.exp (check_tracepoint): Don't use a full file
authorTom Tromey <tromey@redhat.com>
Fri, 21 Jun 2013 17:18:45 +0000 (17:18 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 21 Jun 2013 17:18:45 +0000 (17:18 +0000)
name in a test name.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/actions.exp

index da75aa5..9abc780 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
+       name in a test name.
+
 2013-06-20  Yao Qi  <yao@codesourcery.com>
 
        * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
index 9962d65..becfc4c 100644 (file)
@@ -309,7 +309,8 @@ check_tracepoint "live"
 gdb_test_no_output "tstop" ""
 set tracefile [standard_output_file ${testfile}]
 gdb_test "tsave ${tracefile}.tf" \
-    "Trace data saved to file '${tracefile}.tf'\.\\r"
+    "Trace data saved to file '${tracefile}.tf'\.\\r" \
+    "tsave ${testfile}.tf"
 gdb_test "tsave -ctf ${tracefile}.ctf" \
     "Trace data saved to directory '${tracefile}.ctf'\.\\r" \
     "save ctf trace file"