From: Matthias Maier Date: Fri, 11 Feb 2022 23:47:09 +0000 (-0600) Subject: bugfix X-Git-Tag: v9.4.0-rc1~508^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e0bfec791911f9db8703a5dea6da219d674f5c2;p=dealii.git bugfix --- diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh index 1fe38f66e5..bb016c67db 100644 --- a/cmake/scripts/run_test.sh +++ b/cmake/scripts/run_test.sh @@ -53,7 +53,7 @@ case $STAGE in # testsuite to explicitly set the number of threads in the header # file tests.h. # - if [ "${TEST_N_THREADS+0}" -ne 0 ]; then + if [ "${TEST_N_THREADS:-0}" -ne 0 ]; then export DEAL_II_NUM_THREADS="${TEST_N_THREADS}" export TEST_N_THREADS fi