mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-01-18 17:31:19 +01:00
Fix help output of buildtests and check scripts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
if [[ $# != 1 || $1 == *help ]]
|
||||
then
|
||||
echo "usage: ./check regexp"
|
||||
echo "usage: $0 regexp"
|
||||
echo " Builds tests matching the regexp."
|
||||
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'"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
if [[ $# != 1 || $1 == *help ]]
|
||||
then
|
||||
echo "usage: ./check regexp"
|
||||
echo "usage: $0 regexp"
|
||||
echo " Builds and runs tests matching the regexp."
|
||||
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'"
|
||||
|
||||
Reference in New Issue
Block a user