feat(bash): test command in dashboard + fix tests (#23030)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
815d99250a
commit
b950c610d4
15 changed files with 267 additions and 58 deletions
9
conf/dist/config.sh
vendored
9
conf/dist/config.sh
vendored
|
|
@ -108,6 +108,15 @@ CCUSTOMOPTIONS=${CCUSTOMOPTIONS:-''}
|
|||
AC_CCACHE=${AC_CCACHE:-false}
|
||||
export CCACHE_DIR=${CCACHE_DIR:-"$AC_PATH_VAR/ccache"}
|
||||
|
||||
#
|
||||
# Enable running the cmake install as root
|
||||
# Installing as root allows to set the SUID bit on
|
||||
# the worldserver binary. This is required if you want
|
||||
# to bind the worldserver to reserved ports
|
||||
# Default: 0 (false)
|
||||
#
|
||||
export AC_ENABLE_ROOT_CMAKE_INSTALL=${AC_ENABLE_ROOT_CMAKE_INSTALL:-0}
|
||||
|
||||
##############################################
|
||||
#
|
||||
# GOOGLE PERF TOOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue