Skip to content

Commit

Permalink
Less noise
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 4, 2022
1 parent 89d54ca commit 50fd3d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/UsePythonTest.cmake
Expand Up @@ -55,7 +55,6 @@ macro(ADD_PYTHON_TEST TESTNAME FILENAME)
if("${CMAKE_MATCH_1}" STREQUAL "TEST_TIMEOUT")
set(TEST_TIMEOUT ${CMAKE_MATCH_2})
else()
message(STATUS "ENV: set(ENV{${CMAKE_MATCH_1}} \"${CMAKE_MATCH_2}\")")
set(QGIS_PYTEST_ADDITIONAL_ENV_VARS "${QGIS_PYTEST_ADDITIONAL_ENV_VARS}\nset(ENV{${CMAKE_MATCH_1}} \"${CMAKE_MATCH_2}\")")
endif()
endforeach(_in)
Expand Down

0 comments on commit 50fd3d4

Please sign in to comment.