mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
docs: mention UU_MAKE_PROFILE in CONTRIBUTING.md
This commit is contained in:
parent
9b67ad05b8
commit
eb45666bb6
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ To run uutils against the GNU test suite locally, run the following commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bash util/build-gnu.sh
|
bash util/build-gnu.sh
|
||||||
|
# Build uutils without release optimizations
|
||||||
|
UU_MAKE_PROFILE=debug bash util/build-gnu.sh
|
||||||
bash util/run-gnu-test.sh
|
bash util/run-gnu-test.sh
|
||||||
# To run a single test:
|
# To run a single test:
|
||||||
bash util/run-gnu-test.sh tests/touch/not-owner.sh # for example
|
bash util/run-gnu-test.sh tests/touch/not-owner.sh # for example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue