mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +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
|
||||
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
|
||||
# To run a single test:
|
||||
bash util/run-gnu-test.sh tests/touch/not-owner.sh # for example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue