mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Bring back the run expensive tests
This commit is contained in:
parent
ddcd6be37a
commit
0d1b14ee33
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ BUILDDIR="${PWD}/uutils/target/release"
|
|||
GNULIB_DIR="${PWD}/gnulib"
|
||||
pushd gnu
|
||||
|
||||
timeout -sKILL 2h make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=no RUN_VERY_EXPENSIVE_TESTS=no VERBOSE=no || : # Kill after 4 hours in case something gets stuck in make
|
||||
timeout -sKILL 2h make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=yes RUN_VERY_EXPENSIVE_TESTS=yes VERBOSE=no || : # Kill after 4 hours in case something gets stuck in make
|
||||
|
|
Loading…
Reference in a new issue