summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-send-packet.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.python/py-send-packet.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-send-packet.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-send-packet.exp b/gdb/testsuite/gdb.python/py-send-packet.exp
index 59035757414..8fa747ce4e0 100644
--- a/gdb/testsuite/gdb.python/py-send-packet.exp
+++ b/gdb/testsuite/gdb.python/py-send-packet.exp
@@ -88,7 +88,8 @@ if { ! $skip_auxv_test } {
# Run the test, fetches the auxv data in Python and confirm it
# matches the expected results.
gdb_test "python run_auxv_send_packet_test(\"$reply_data\")" \
- "auxv send packet test passed"
+ "auxv send packet test passed" \
+ "call python run_auxv_send_packet_test function"
}
set sizeof_global_var [get_valueof "/d" "sizeof(global_var)" "UNKNOWN"]