X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.cell%2Fea-test.exp;h=57ed9e2d015da49e46beea37d12e5ef1a8f9b442;hb=bc6c7af4a2f23c48a38139fc7e0ed2ac7b12bb69;hp=6a5afd27635c281080258bd9f8ffff55c013c6c6;hpb=88256e713c707aeb850688071150d32f9cca5a91;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.cell/ea-test.exp b/gdb/testsuite/gdb.cell/ea-test.exp index 6a5afd2763..57ed9e2d01 100644 --- a/gdb/testsuite/gdb.cell/ea-test.exp +++ b/gdb/testsuite/gdb.cell/ea-test.exp @@ -30,7 +30,7 @@ if {[skip_cell_tests]} { # Compile SPU binary. if { [gdb_compile_cell_spu $source $binary executable {debug}] != "" } { - unsupported "Compile spu binary failed, so all tests in this file will automatically fail." + unsupported "compile spu binary failed, so all tests in this file will automatically fail." return -1 } @@ -40,7 +40,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binary} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 }