Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision a83012bff7941cf76bd77512855de9fa1007f46d)
+++ tests/pybin/tools.py	(revision 9cd44ba7ee71adceb1ca2fbafbd9671e27f4d479)
@@ -290,5 +290,5 @@
 ################################################################################
 # count number of jobs to create
-def job_count( options, tests ):
+def job_count( options ):
 	# check if the user already passed in a number of jobs for multi-threading
 	if not options.jobs:
@@ -317,5 +317,5 @@
 		sys.exit(1)
 
-	return min( options.jobs, len(tests) ), force
+	return options.jobs, force
 
 # enable core dumps for all the test children
