Switched from decimal to hexidecimal for test name suffixes

This compresses a bit better, which is useful since our dbg scripts
truncate into tight prefixes:

- 3 decimals     => 999  = <1000
- 3 hexidecimals => fff  = <4096
- 4 decimals     => 9999 = <10000
This commit is contained in:
Christopher Haster
2024-01-28 03:01:39 -06:00
parent 66a557d19d
commit 5e633aa554
4 changed files with 342 additions and 342 deletions
+212 -212
View File
File diff suppressed because it is too large Load Diff