mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix help output of buildtests and check scripts
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if [[ $# != 1 || $1 == *help ]]
|
if [[ $# != 1 || $1 == *help ]]
|
||||||
then
|
then
|
||||||
echo "usage: ./check regexp"
|
echo "usage: $0 regexp"
|
||||||
echo " Builds tests matching the regexp."
|
echo " Builds tests matching the regexp."
|
||||||
echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
|
echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
|
||||||
echo " For example, to launch 5 concurrent builds, use EIGEN_MAKE_ARGS='-j5'"
|
echo " For example, to launch 5 concurrent builds, use EIGEN_MAKE_ARGS='-j5'"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
if [[ $# != 1 || $1 == *help ]]
|
if [[ $# != 1 || $1 == *help ]]
|
||||||
then
|
then
|
||||||
echo "usage: ./check regexp"
|
echo "usage: $0 regexp"
|
||||||
echo " Builds and runs tests matching the regexp."
|
echo " Builds and runs tests matching the regexp."
|
||||||
echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
|
echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
|
||||||
echo " For example, to launch 5 concurrent builds, use EIGEN_MAKE_ARGS='-j5'"
|
echo " For example, to launch 5 concurrent builds, use EIGEN_MAKE_ARGS='-j5'"
|
||||||
|
|||||||
Reference in New Issue
Block a user