Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 1dbbef6589e7fa96c6a3e4dfdc0c68971d35cd60)
+++ tests/pybin/tools.py	(revision 86601a5e09b4cc1ce9d3fb1ab29ed30e1fd01038)
@@ -46,5 +46,5 @@
 
 			print(cmd)
-			return 0, None
+			return 0, None, None
 
 		with contextlib.ExitStack() as onexit:
@@ -291,5 +291,5 @@
 ################################################################################
 def jobserver_version():
-	make_ret, out, err = sh('make', '.test_makeflags', '-j2', output_file=subprocess.PIPE, error=subprocess.PIPE)
+	make_ret, out, err = sh('make', '.test_makeflags', '-j2', ignore_dry_run = True, output_file=subprocess.PIPE, error=subprocess.PIPE)
 	if make_ret != 0:
 		print("ERROR: cannot find Makefile jobserver version", file=sys.stderr)
