main: fix tests with default TestConfig.Count=0 doesn't skip all tests

This commit is contained in:
Damian Gryski
2023-03-30 23:07:20 -07:00
committed by Ron Evans
parent 9182664845
commit 84a3273131
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ type TestConfig struct {
Verbose bool
Short bool
RunRegexp string
Count int
Count *int
BenchRegexp string
BenchTime string
BenchMem bool