Patchew URL: https://patchew.org/QEMU/[email protected]/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: [email protected] Subject: [Qemu-devel] [PATCH v5 0/5] Add "boot_linux" acceptance test === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu 523a2a42c3..3b5b6e9b51 master -> master * [new tag] patchew/[email protected] -> patchew/[email protected] Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. Switched to a new branch 'test' 711a9b5f5d Add "boot_linux" acceptance test for x86_64 and pc machine type 81e72de890 Acceptance tests: depend on qemu-img 4e7fff0941 Acceptance tests: add the build directory to the system PATH a9c94702e7 Acceptance tests: keep a stable reference to the QEMU build dir cdbbe8cd85 Acceptance tests: use relative location for tests === OUTPUT BEGIN === 1/5 Checking commit cdbbe8cd859f (Acceptance tests: use relative location for tests) 2/5 Checking commit a9c94702e769 (Acceptance tests: keep a stable reference to the QEMU build dir) ERROR: line over 90 characters #48: FILE: tests/acceptance/avocado_qemu/__init__.py:17: +SRC_ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) total: 1 errors, 0 warnings, 8 lines checked Patch 2/5 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/5 Checking commit 4e7fff0941b5 (Acceptance tests: add the build directory to the system PATH) 4/5 Checking commit 81e72de8905f (Acceptance tests: depend on qemu-img) 5/5 Checking commit 711a9b5f5daa (Add "boot_linux" acceptance test for x86_64 and pc machine type) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #29: new file mode 100644 total: 0 errors, 1 warnings, 62 lines checked Patch 5/5 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/[email protected]/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to [email protected]
