public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob 6cbaa5d4256c9f08ebefd6c7e427fa4727b406cd 554 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
#! /bin/sh
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# PASST - Plug A Simple Socket Transport
#  for qemu/UNIX domain socket mode
#
# PASTA - Pack A Subtle Tap Abstraction
#  for network namespace/tap device mode
#
# test/meta/lint.sh - Linters for the test code
#
# Copyright Red Hat
# Author: David Gibson <david@gibson.dropbear.id.au>

source $(dirname $0)/../exeter/sh/exeter.sh

flake8 () {
        make -C test flake8
}
exeter_register flake8

pycodestyle () {
        make -C test pycodestyle
}
exeter_register pycodestyle

exeter_main "$@"

debug log:

solving 6cbaa5d4 ...
found 6cbaa5d4 in https://archives.passt.top/passt-dev/20240805123701.1720730-8-david@gibson.dropbear.id.au/

applying [1/1] https://archives.passt.top/passt-dev/20240805123701.1720730-8-david@gibson.dropbear.id.au/
diff --git a/test/meta/lint.sh b/test/meta/lint.sh
new file mode 100644
index 00000000..6cbaa5d4

Checking patch test/meta/lint.sh...
Applied patch test/meta/lint.sh cleanly.

index at:
100644 6cbaa5d4256c9f08ebefd6c7e427fa4727b406cd	test/meta/lint.sh

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).