mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
run-gnu-test.sh: accept "run-root" as first param
This commit is contained in:
parent
5fde331c8f
commit
22f72544a8
1 changed files with 19 additions and 17 deletions
|
@ -29,6 +29,7 @@ cd "${path_GNU}" && echo "[ pwd:'${PWD}' ]"
|
||||||
|
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
|
|
||||||
|
if test "$1" != "run-root"; then
|
||||||
if test $# -ge 1; then
|
if test $# -ge 1; then
|
||||||
# if set, run only the tests passed
|
# if set, run only the tests passed
|
||||||
SPECIFIC_TESTS=""
|
SPECIFIC_TESTS=""
|
||||||
|
@ -49,6 +50,7 @@ if test $# -ge 1; then
|
||||||
SPECIFIC_TESTS=$(echo $SPECIFIC_TESTS | xargs)
|
SPECIFIC_TESTS=$(echo $SPECIFIC_TESTS | xargs)
|
||||||
echo "Running specific tests: $SPECIFIC_TESTS"
|
echo "Running specific tests: $SPECIFIC_TESTS"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# * timeout used to kill occasionally errant/"stuck" processes (note: 'release' testing takes ~1 hour; 'debug' testing takes ~2.5 hours)
|
# * timeout used to kill occasionally errant/"stuck" processes (note: 'release' testing takes ~1 hour; 'debug' testing takes ~2.5 hours)
|
||||||
# * `gl_public_submodule_commit=` disables testing for use of a "public" gnulib commit (which will fail when using shallow gnulib checkouts)
|
# * `gl_public_submodule_commit=` disables testing for use of a "public" gnulib commit (which will fail when using shallow gnulib checkouts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue