Desired behavior
The check_test_ran.py requires grep and xsltproc, that may not be present in some machine (especially Windows), leading to check_ test failures.
Implementation suggestion
It seems that other ignition projects use a different version of check_test_ran.py that does not use grep and xsltproc (see https://github.com/ignitionrobotics/ign-math/commits/ign-math6/tools/check_test_ran.py, grep and xsltproc usage removed in gazebosim/gz-math@69d881d#diff-2d6a060081b4c12efdbe4f12e846ead21821236e834f41885a04e41e884687c2 ). Could it make sense to use the same version here, or instead it is better to stick to the version that uses grep and xsltproc ?
Additional context
Related to conda-forge/libignition-gui-feedstock#2 .
Desired behavior
The
check_test_ran.pyrequires grep and xsltproc, that may not be present in some machine (especially Windows), leading tocheck_test failures.Implementation suggestion
It seems that other ignition projects use a different version of check_test_ran.py that does not use grep and xsltproc (see https://github.com/ignitionrobotics/ign-math/commits/ign-math6/tools/check_test_ran.py, grep and xsltproc usage removed in gazebosim/gz-math@69d881d#diff-2d6a060081b4c12efdbe4f12e846ead21821236e834f41885a04e41e884687c2 ). Could it make sense to use the same version here, or instead it is better to stick to the version that uses grep and xsltproc ?
Additional context
Related to conda-forge/libignition-gui-feedstock#2 .