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

View File

@@ -11416,11 +11416,11 @@ Sources:
Test just the kernel modules:
....
./test-kernel-modules
./test-modules
echo $?
....
Source: link:test-kernel-module[]
Source: link:test-module[]
Test that the Internet works:

2
test
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eu
./bench-boot --size "${1:-1}"
./test-kernel-modules
./test-modules