Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / python.exp
index 4072fa3d35b8168ec6fa7f8f5c28a7fbd9b6f1e1..2ff1f149a170c18fb637f807bb691f15559a24b2 100644 (file)
@@ -203,7 +203,7 @@ clean_restart ${testfile}
 # The following tests require execution.
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
@@ -324,7 +324,7 @@ gdb_test_multiple "set prompt blah " "set blah in GDB" {
 
 gdb_test_multiple "python gdb.prompt_hook = None" "Delete hook" {
     -re "\[\r\n\]$newprompt2 $" {
-       pass "Delete old hook"
+       pass "delete old hook"
     }
 }
 
@@ -391,7 +391,7 @@ clean_restart ${testfile}
 # The following tests require execution.
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
@@ -447,7 +447,7 @@ clean_restart ${testfile}
 # The following tests require execution.
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
This page took 0.024705 seconds and 4 git commands to generate.