mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
Notice that Python sucks and does SIGPIPE annoyances, for now work around by grepping the output file... Fix the exit status read check with 'b', it broke down occasionally with: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 1832: invalid start byte
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
./bench-boot -t "${1:-1}"
|
|
./test-kernel-modules
|