From 514ea89d8251aa0c7f4ad0b447fcda1f115c2648 Mon Sep 17 00:00:00 2001 From: firewave Date: Sun, 6 Oct 2024 20:50:33 +0200 Subject: [PATCH] formatting --- test/cfg/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cfg/runtests.sh b/test/cfg/runtests.sh index 4f00e890e40..c1083d4e769 100755 --- a/test/cfg/runtests.sh +++ b/test/cfg/runtests.sh @@ -218,7 +218,7 @@ function gtk_fn { function boost_fn { # TODO: get rid of the error enabling/disabling? set +e - echo -e "#include " | ${CXX} "${CXX_OPT[@]}" -x c++ - + echo -e "#include " | ${CXX} "${CXX_OPT[@]}" -x c++ - BOOSTCHECK_RETURNCODE=$? set -e if [ ${BOOSTCHECK_RETURNCODE} -ne 0 ]; then