Use a more traditional for loop to iterate over the tests in execute_regression_tests()
authorFabian Keil <fk@fabiankeil.de>
Sun, 8 May 2011 13:29:59 +0000 (13:29 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 8 May 2011 13:29:59 +0000 (13:29 +0000)
commit0d02d508e7386a0007a60aa47b403abc2f66c31d
tree150481ebaac4ecdadda1f3095f036f885a9957fd
parentd6888868f92e675cc00e74478a148f79ea9761d7
Use a more traditional for loop to iterate over the tests in execute_regression_tests()

While it doesn't really matter for the number of tests we have,
there's no reason to keep all the test numbers in memory.
tools/privoxy-regression-test.pl