]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.python/py-parameter.exp
Set test message in py-parameter.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.python / py-parameter.exp
index b9ff9f1ec0c6a4553342c9804d1264c15ae6b5b7..1ea79b8946bbc3f40725805eb5ddcde96193d432 100644 (file)
@@ -197,7 +197,8 @@ foreach kind {PARAM_ZUINTEGER PARAM_ZUINTEGER_UNLIMITED} {
     if {$kind == "PARAM_ZUINTEGER"} {
        gdb_test "python test_param_$kind.value = -1" "RuntimeError: Range exceeded.*"
     } else {
-       gdb_test_no_output "python test_param_$kind.value = -1" ""
+       gdb_test_no_output "python test_param_$kind.value = -1" \
+           "check that PARAM_ZUINTEGER value can be set to -1"
        gdb_test "python print(gdb.parameter('test-$kind'))" "-1" \
            "check that PARAM_ZUINTEGER value is -1 after setting"
     }