Skip to content
Snippets Groups Projects
Commit d682ee20 authored by Adriaan de Groot's avatar Adriaan de Groot Committed by Philip
Browse files

Partitionmanager: minor docs edit

parent 1479fc97
Branches
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ run on storage device which does not contain any data you care about. ...@@ -61,7 +61,7 @@ run on storage device which does not contain any data you care about.
To build them: To build them:
cd $top_build_dir/src/modules/partitions/tests cd $top_build_dir
make buildtests make buildtests
To run them you need to define the `CALAMARES_TEST_DISK` environment variable. 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 ...@@ -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 plugged a test USB stick identified as `/dev/sdb`, you would run the tests like
this: this:
sudo CALAMARES_TEST_DISK=/dev/sdb $top_build_dir/partitiontests sudo CALAMARES_TEST_DISK=/dev/sdb $top_build_dir/partitionjobtests
# TODO # TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment