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.