]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.server/connect-without-multi-process.exp
gdb: Make global feature array a per-remote target array
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.server / connect-without-multi-process.exp
index fcd64c9f49abce851539773a1cd748a1e2c9465f..4591371063c673e1cf01be55a411679cab074fff 100644 (file)
@@ -45,7 +45,9 @@ proc do_test {multiprocess} {
     # extended-remote board, therefore already connected.
     gdb_test "disconnect" ".*"
 
-    gdb_test_no_output "set remote multiprocess-feature $multiprocess"
+    gdb_test \
+       "set remote multiprocess-feature $multiprocess" \
+       "Support for the 'multiprocess-feature' packet on future remote targets is set to \"$multiprocess\"."
 
     set res [gdbserver_spawn ""]
     set gdbserver_protocol [lindex $res 0]