##// END OF EJS Templates
run-test.py: greatly increase the priority of 'check-code' tests...
Pierre-Yves David -
r25068:f66fc374 default
parent child Browse files
Show More
@@ -1664,7 +1664,7 b' class TestRunner(object):'
1664 1664 # keywords for slow tests
1665 1665 slow = {b'svn': 10,
1666 1666 b'gendoc': 10,
1667 b'check-code-hg': 10,
1667 b'check-code-hg': 100,
1668 1668 }
1669 1669 def sortkey(f):
1670 1670 # run largest tests first, as they tend to take the longest
General Comments 0
You need to be logged in to leave comments. Login now