docs: mention UU_MAKE_PROFILE in CONTRIBUTING.md

This commit is contained in:
Daniel Hofstetter 2023-04-26 10:40:27 +02:00
parent 9b67ad05b8
commit eb45666bb6

View file

@ -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