tests/run-tests.py
changeset 41804 4cbccb50df46
parent 41803 bc1c1435a874
child 42386 15d5a2de44aa
child 42505 c1850798f995
--- a/tests/run-tests.py	Sun Feb 24 19:56:08 2019 +0100
+++ b/tests/run-tests.py	Sun Feb 24 19:56:23 2019 +0100
@@ -1397,6 +1397,7 @@
                     return False
             else:
                 reqs.append(arg)
+        self._detectslow(reqs)
         return self._hghave(reqs)[0]
 
     def _parsetest(self, lines):