show the backtrace in case of a rust crash

This commit is contained in:
Sylvestre Ledru
2021-06-02 23:37:34 +02:00
parent 132ddf98b6
commit 0105531b7f
+1
View File
@@ -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