mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
shell_helpers: create a check_stdout
./build-doc --dry-run was failing if asciidoctor is not installed Also catch BrokenPipeError on ./build --dry-run all | less if you quit less quickly.
This commit is contained in:
@@ -22,7 +22,7 @@ See also: https://github.com/cirosantilli/linux-kernel-module-cheatTODO#ubuntu-g
|
||||
container_name = 'lkmc-guest'
|
||||
target_dir = os.path.join('/root', 'linux-kernel-module-cheat')
|
||||
os.makedirs(build_dir, exist_ok=True)
|
||||
containers = subprocess.check_output([
|
||||
containers = self.sh.check_output([
|
||||
'docker',
|
||||
'ps',
|
||||
'-a',
|
||||
|
||||
Reference in New Issue
Block a user