#
70e06741 |
| 18-Jul-2024 |
blymn <blymn@NetBSD.org> |
* Fix a bug where specifying -t would cause the director args to be truncated.
* Add support for the director nofail option.
|
#
f596e544 |
| 01-Mar-2022 |
blymn <blymn@NetBSD.org> |
Add the -F flag to the getopt string, it was there in the help and in the arguments handling but getopt was not told about it.
|
#
e00f184c |
| 25-Jan-2022 |
blymn <blymn@NetBSD.org> |
Update of tests to account for output changes associated with wide char fixes. Also, default all tests to using UTF8 instead of doing a special dance for the wide character tests and fix debug_test
Update of tests to account for output changes associated with wide char fixes. Also, default all tests to using UTF8 instead of doing a special dance for the wide character tests and fix debug_test to force set the locale to UTF8 so tests under debug don't throw spurious mismatches when a wide character test is run.
show more ...
|
#
b1b304b3 |
| 04-Jun-2021 |
blymn <blymn@NetBSD.org> |
Fix debug_test so it actually works and does not do damage * disable blind clearing of /tmp. The comment says this is needed for getwin/putwin those tests need to be looked at to correct this. * r
Fix debug_test so it actually works and does not do damage * disable blind clearing of /tmp. The comment says this is needed for getwin/putwin those tests need to be looked at to correct this. * remove invalid -I option from director arguments for now. * fix paths to executables so debug_test will work with installed versions by default the previous version was using the src tree locations but basedir was wrong for that.
show more ...
|
#
ce321bb0 |
| 24-Oct-2020 |
blymn <blymn@NetBSD.org> |
Merge in code from Google Summer of Code project which dramatically increases the number of tests performed.
Thanks to Naman Jain <jnaman806@gmail.com> for his excellent work on this GSoC project.
|
#
84da1bf1 |
| 19-May-2019 |
blymn <blymn@NetBSD.org> |
Add option to specify an alternate library location to allow testing a development library version without installing it.
|
#
3e0ce67b |
| 21-Jan-2019 |
blymn <blymn@NetBSD.org> |
Fix script to use getopts instead of a hand rolled argument parser, add option to set curses debug output file and other general fixes. Thanks to kre@netbsd.org for comments and help with this.
|
#
d70ea1b1 |
| 30-Nov-2018 |
blymn <blymn@NetBSD.org> |
Add script for assisting with debugging curses tests.
|