From 12e3fce7a87de1c77aa726c041cca99ca350e920 Mon Sep 17 00:00:00 2001 From: Francesco Mazzoli Date: Mon, 23 Oct 2023 15:22:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1fcb8081..2c23a774 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,12 @@ If you have a small fix and want to push to `main`, run at least In `go/eggstests`. This takes around 3 minutes, and will surface gross mistakes. Note that this does _not_ test the kernel module (CI does). +The equivalent for testing the kmod, from inside the kmod VM, is + +``` +% ./eggs/eggstests -kmod -binaries-dir eggs -filter mounted +``` + TODO easy way to run kmod tests locally (just requires a bit of reworking of [ci.sh](kmod/ci.sh), plus pushing Ubuntu base image to artifactory). ## Playing with a local EggsFS instance