From 06e178859a1133cd7db0ad10925417f09a2d1a5d Mon Sep 17 00:00:00 2001 From: DatuX Date: Mon, 2 Oct 2023 23:13:08 +0200 Subject: [PATCH] Updated Development (markdown) --- Development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development.md b/Development.md index 526dda7..fb8ab63 100644 --- a/Development.md +++ b/Development.md @@ -31,13 +31,13 @@ ZfsAutoverify.py v3.2-alpha1 - (c)2021 E.H.Eefting (edwin@datux.nl) I'm using a test driven design process, usually i write the code and corresponding tests in unison. -### Running tests via docker +## Running tests via docker This is the easiest way to run the testsuite against the zfs modules in the running kernel. It will use Alpine for the zfs userspace utilities. From the main repo just run: `./tests/run_tests_docker` -### Running directly (without docker) +## Running directly (without docker) This can be a bit more tricky.