commit | d60bbc70c0af7db13c98c6bbb358f9c989ce3476 | [log] [tgz] |
---|---|---|
author | Lancelot SIX <lsix@lancelotsix.com> | Fri Nov 19 23:55:05 2021 +0000 |
committer | Lancelot SIX <lsix@lancelotsix.com> | Fri Jan 07 22:43:33 2022 +0000 |
tree | a40a6e377940e4e102b1898a26ef70c25a506ea4 | |
parent | 7a6a9616113ff071fc4a4014dc827c33f3f22292 [diff] |
gdb/testsuite: Remove duplicates from gdb.base/del.exp When running the testsuite, I have: Running .../gdb/testsuite/gdb.base/del.exp ... DUPLICATE: gdb.base/del.exp: info break after removing break on main Refactor slightly this test to run the various configurations under foreach_with_prefix so each variant is automatically prefixed, ensuring that the forgotten custom test name cannot happen. Tested on x86_64-linux.