]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .gitlab-ci.d/check-patch.py
ppc/pnv: I2C controller is not user creatable
[mirror_qemu.git] / .gitlab-ci.d / check-patch.py
index 0ff30ee077409c6e10db5385a32e70d537a11f2b..39e2b403c9eb901079e644234191d1d023c99142 100755 (executable)
@@ -45,9 +45,9 @@ if log == "":
 
 errors = False
 
-print("\nChecking all commits since %s...\n" % ancestor)
+print("\nChecking all commits since %s...\n" % ancestor, flush=True)
 
-ret = subprocess.run(["scripts/checkpatch.pl", ancestor + "..."])
+ret = subprocess.run(["scripts/checkpatch.pl", "--terse", ancestor + "..."])
 
 if ret.returncode != 0:
     print("    ❌ FAIL one or more commits failed scripts/checkpatch.pl")