[gdb/testsuite] get_valueof: Don't output value in test name
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index b4cf80e38a0a8152f20de5d25ed81822b1ba8ffc..5a5713b1148201cd2cf55349990767466ea4e7d9 100644 (file)
@@ -5636,7 +5636,7 @@ proc get_valueof { fmt exp default {test ""} } {
     gdb_test_multiple "print${fmt} ${exp}" "$test" {
        -re "\\$\[0-9\]* = (\[^\r\n\]*)\[\r\n\]*$gdb_prompt $" {
            set val $expect_out(1,string)
-           pass "$test ($val)"
+           pass "$test"
        }
        timeout {
            fail "$test (timeout)"
This page took 0.023691 seconds and 4 git commands to generate.