diff options
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index d20383ae8..f23fc1d68 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -3279,11 +3279,6 @@ sub singletest { } if(!$why) { - # TODO: - # Add a precheck cache. If a precheck command was already invoked - # exactly like this, then use the previous result to speed up - # successive test invokes! - my @precheck = getpart("client", "precheck"); if(@precheck) { $cmd = $precheck[0]; |