| commit | 523a46ee9795bbec2d1d5cf7e434adc2a3044f94 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Wed Nov 20 06:50:17 2024 -0700 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Dec 09 14:16:46 2024 -0700 |
| tree | a0ce7a2503d1b90011d0fd74d099148f42b55126 | |
| parent | 9ba5ef4bf1e3266db47eb500beab803d03c74b3f [diff] |
Fix error check in gdb_py_test_silent_cmd I added a new test using gdb_py_test_silent_cmd, and then was surprised to find out that the new test passed -- it caused a Python exception and I had expected it to fail. This patch fixes this proc to detect this situation and fail.