diff --git a/qa/bin/functional b/qa/bin/functional index a213e834d..764618586 100755 --- a/qa/bin/functional +++ b/qa/bin/functional @@ -275,7 +275,7 @@ class Tests: number = len(self._ordered) lines = number // self._nl - for line in range(0, lines): + for line in range(0, lines+1): tests = [] start = line*self._nl for n in range(start, start+self._nl):