1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

gnu: merge the root tests results into the main one

This commit is contained in:
Sylvestre Ledru 2022-09-16 09:14:13 +02:00
parent acef46b629
commit cfa7ba2ce2
3 changed files with 82 additions and 6 deletions

View file

@ -53,5 +53,6 @@ else
fi
if test -z "$1" && test -n "$CI"; then
echo "Running check-root to run only root tests"
sudo make -j "$(nproc)" check-root SUBDIRS=. RUN_EXPENSIVE_TESTS=yes RUN_VERY_EXPENSIVE_TESTS=yes VERBOSE=no gl_public_submodule_commit="" srcdir="${path_GNU}" TEST_SUITE_LOG="tests/test-suite-root.log" || :
fi