From d682ee20de1c32fc6c43973d1cf5c00068741c77 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 20 Jun 2017 10:03:44 -0400 Subject: [PATCH] Partitionmanager: minor docs edit --- src/modules/partition/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/partition/README.md b/src/modules/partition/README.md index 425d0980b..3491b309b 100644 --- a/src/modules/partition/README.md +++ b/src/modules/partition/README.md @@ -61,7 +61,7 @@ run on storage device which does not contain any data you care about. To build them: - cd $top_build_dir/src/modules/partitions/tests + cd $top_build_dir make buildtests To run them you need to define the `CALAMARES_TEST_DISK` environment variable. @@ -69,7 +69,7 @@ It should contain the device path to the test disk. For example, assuming you plugged a test USB stick identified as `/dev/sdb`, you would run the tests like this: - sudo CALAMARES_TEST_DISK=/dev/sdb $top_build_dir/partitiontests + sudo CALAMARES_TEST_DISK=/dev/sdb $top_build_dir/partitionjobtests # TODO