We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39fb8d commit 61f3bcdCopy full SHA for 61f3bcd
1 file changed
test/cfg/runtests.sh
@@ -201,7 +201,7 @@ function gtk_fn {
201
function boost_fn {
202
# TODO: get rid of the error enabling/disabling?
203
set +e
204
- echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
+ echo -e "#include <boost/config.hpp>" | ${CXX} "${CXX_OPT[@]}" -x c++ -
205
BOOSTCHECK_RETURNCODE=$?
206
set -e
207
if [ ${BOOSTCHECK_RETURNCODE} -ne 0 ]; then
0 commit comments