diff options
author | Eric Herman <eric@freesa.org> | 2024-10-31 15:06:01 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-11-06 16:09:30 -0500 |
commit | 31b85f0a99b1820cee926243be7887a5d1d938a1 (patch) | |
tree | ae3528604c54e5ee14b4e2b3256e3b0e87f2dc5f | |
parent | 6ffd29a257b8a4f54ea2868f296a6f69239a2423 (diff) |
ktest README.md: update location of test file
As of commit 89bba65 the .test files moved.
Signed-off-by: Eric Herman <eric@freesa.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Then, to build a kernel and run some tests, from your linux kernel source tree run ``` -build-test-kernel run -I ~/ktest/tests/bcachefs/single_device.ktest +build-test-kernel run -I ~/ktest/tests/fs/bcachefs/single_device.ktest ``` While virtual machine is running, you can interact with it by running various |