diff options
author | albert-github <albert.tests@gmail.com> | 2020-07-06 10:13:20 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-07-06 10:13:20 (GMT) |
commit | e51bde4cca9e79ae11c54c45cbcc29233fad0ac1 (patch) | |
tree | debc184d1607499702a7fcb88a4666d558455e8b /libmd5/md5.c | |
parent | 8c12604a84faabf6beeef7f159692ccddcb94dc6 (diff) | |
download | Doxygen-e51bde4cca9e79ae11c54c45cbcc29233fad0ac1.zip Doxygen-e51bde4cca9e79ae11c54c45cbcc29233fad0ac1.tar.gz Doxygen-e51bde4cca9e79ae11c54c45cbcc29233fad0ac1.tar.bz2 |
Superfluous space in "TEST_FLAGS"
When having extra spaces in TEST_FLAGS like(note the double space before `--ip`):
```
make tests TEST_FLAGS="--keep --id=1"
```
or
```
make tests TEST_FLAGS="--id=1 --id=2"
```
we get a message like;
```
[100%] Running doxygen tests...
usage: runtests.py [-h] [--updateref] [--doxygen [DOXYGEN]]
[--xmllint [XMLLINT]] [--id IDS [IDS ...]]
[--start_id START_ID] [--end_id END_ID] [--all]
[--inputdir [INPUTDIR]] [--outputdir [OUTPUTDIR]]
[--noredir] [--pool [POOL]] [--xml] [--rtf] [--docbook]
[--xhtml] [--xmlxsd] [--pdf] [--subdirs] [--clang] [--keep]
[--cfg CFGS [CFGS ...]]
runtests.py: error: unrecognized arguments:
NMAKE : fatal error U1077: 'D:\Programs\Python\Python37\python.exe' : return code '0x2'
Stop.
```
By stripping the spaces in the arguments this can be overcome
Diffstat (limited to 'libmd5/md5.c')
0 files changed, 0 insertions, 0 deletions