mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Document how to run a perl test in debug mode
This commit is contained in:
parent
38a64bdc2e
commit
56c8ab8b17
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ $ 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
|
||||||
|
# If this is a perl (.pl) test, to run in debug:
|
||||||
|
$ DEBUG=1 bash util/run-gnu-test.sh tests/misc/sm3sum.pl
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that it relies on individual utilities (not the multicall binary).
|
Note that it relies on individual utilities (not the multicall binary).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue