test-kernel-modules: rename to test-modules to match build-modules

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-08 20:00:05 +00:00
parent 881b63a667
commit ed177345af
3 changed files with 3 additions and 3 deletions

7
test-modules Executable file
View 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"