]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: Adjust README
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 27 Sep 2024 19:25:20 +0000 (21:25 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 28 Sep 2024 04:14:04 +0000 (23:14 -0500)
The populate-modules.sh does no longer exist. Also mention that the
script setup-rootfs.sh is in use for test suite setups.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/157
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/README

index 052569f0fa09af47f18956984006d05c15440473..1b0112ce10f853844e772c420d57cbdb189e665f 100644 (file)
@@ -50,9 +50,9 @@ pay attention when writing a test:
     expected not to be 0.
 
 7 - The rootfs is populated by copying the entire contents of rootfs-pristine
-    then running populate-modules.sh to copy generated modules from
-    module-playground. Update the latter script to include any modules your
-    test need.
+    through setup-rootfs.sh then running setup-modules.sh to copy generated
+    modules from module-playground. Update the latter script to include any
+    modules your test needs.
 
 8 - Tests can be run individually, outside of 'make check'. strace and gdb work
     too, as long as you tell them to operate on child process.