We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20891bb commit 514ea89Copy full SHA for 514ea89
1 file changed
test/cfg/runtests.sh
@@ -218,7 +218,7 @@ function gtk_fn {
218
function boost_fn {
219
# TODO: get rid of the error enabling/disabling?
220
set +e
221
- echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
+ echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
222
BOOSTCHECK_RETURNCODE=$?
223
set -e
224
if [ ${BOOSTCHECK_RETURNCODE} -ne 0 ]; then
0 commit comments