mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
test-kernel-modules: rename to test-modules to match build-modules
This commit is contained in:
7
test-modules
Executable file
7
test-modules
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
||||
getvar="${root_dir}/getvar"
|
||||
termout_file="$("$getvar" termout_file)"
|
||||
./run --eval-busybox '/test_all.sh;/poweroff.out' --kvm
|
||||
grep -q lkmc_test_pass "$termout_file"
|
||||
Reference in New Issue
Block a user