Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / step-precsave.exp
index 92574b6936e1bb1f9bfb9650dfcf2f30bb43abd7..0c50cdc4f79bf34f818292540961377f6ff14f1a 100644 (file)
@@ -28,7 +28,7 @@ if ![supports_process_record] {
 standard_testfile step-reverse.c
 set precsave [standard_output_file step.precsave]
 
-if { [prepare_for_testing $testfile.exp $testfile $srcfile] } {
+if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
     return -1
 }
 
@@ -36,13 +36,13 @@ runto main
 
 if [supports_process_record] {
     # Activate process record/replay
-    gdb_test_no_output "record" "Turn on process record"
+    gdb_test_no_output "record" "turn on process record"
 }
 
 set end_of_main [gdb_get_line_number "end of main" ]
 gdb_test "break $end_of_main" \
     "Breakpoint $decimal at .*$srcfile, line $end_of_main\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 # This can take awhile.
 with_timeout_factor 20 {
@@ -57,7 +57,7 @@ with_timeout_factor 10 {
        "save process recfile"
 }
 
-gdb_test "kill" "" "Kill process, prepare to debug log file" \
+gdb_test "kill" "" "kill process, prepare to debug log file" \
     "Kill the program being debugged\\? \\(y or n\\) " "y"
 
 gdb_test "record restore $precsave" \
This page took 0.042399 seconds and 4 git commands to generate.