Skip to content

Commit

Permalink
remtestdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 29, 2024
1 parent dfe4ffd commit 752f36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ AC_ARG_ENABLE([dap-remote-tests],
[disable dap remote tests])])
# Default on
test "x$enable_dap_remote_tests" = xyes || enable_dap_remote_tests=no
if test "x$enable_dap" = "xno" ; then
if test "x$enable_dap" = "xno" || test "xREMOTETESTDOWN" != x ; then
enable_dap_remote_tests=no
fi
AC_MSG_RESULT($enable_dap_remote_tests)
Expand Down

0 comments on commit 752f36b

Please sign in to comment.