Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 2ed32fa79f48cc64f2de86bc0262f9ee73af2f0c)
+++ tests/pybin/tools.py	(revision 5a96b36dfd9c18a6b05535fee2a64ba4b8062330)
@@ -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)
