Implements tests for kernel modules
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# check for message in kernel log
|
||||
dmesg | grep COOKIE
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# check for message in kernel log
|
||||
dmesg | grep COOKIE
|
||||