Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/cypress/component/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function(add_cypress_component_test TestName)
)
# Cypress tries to put stuff in our home directory, which doesn't work for /var/www.
set_tests_properties(cypress/component/${TestName} PROPERTIES
ENVIRONMENT "HOME=${CDash_BINARY_DIR};"
ENVIRONMENT "HOME=${CDash_BINARY_DIR};FORCE_COLOR=1"
DISABLED "$<STREQUAL:${CDASH_IMAGE},ubi>"
RESOURCE_LOCK "cypress"
PROCESSORS 2
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function(add_cypress_e2e_test TestName)
)
# Cypress tries to put stuff in our home directory, which doesn't work for /var/www.
set_tests_properties(cypress/e2e/${TestName} PROPERTIES
ENVIRONMENT "HOME=${CDash_BINARY_DIR};"
ENVIRONMENT "HOME=${CDash_BINARY_DIR};FORCE_COLOR=1"
DISABLED "$<STREQUAL:${CDASH_IMAGE},ubi>"
RESOURCE_LOCK "cypress" # Cypress can only run one at a time due to xvfb issues
PROCESSORS 2
Expand Down