mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
show the backtrace in case of a rust crash
This commit is contained in:
parent
132ddf98b6
commit
0105531b7f
1 changed files with 1 additions and 0 deletions
|
@ -5,4 +5,5 @@ BUILDDIR="${PWD}/uutils/target/release"
|
|||
GNULIB_DIR="${PWD}/gnulib"
|
||||
pushd gnu
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
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…
Add table
Add a link
Reference in a new issue