File tree Expand file tree Collapse file tree 15 files changed +165
-15
lines changed
analytics/integration_test
app_check/integration_test
database/integration_test
dynamic_links/integration_test
integration_test_internal
functions/integration_test
installations/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 15 files changed +165
-15
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
Original file line number Diff line number Diff line change @@ -42,7 +42,17 @@ endif()
4242if (NOT ANDROID)
4343 if (EXISTS ${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py)
4444 # If this is running from inside the SDK directory, run the setup script.
45- execute_process (COMMAND ${FIREBASE_PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py" "${CMAKE_CURRENT_LIST_DIR} " )
45+ execute_process (
46+ COMMAND
47+ ${FIREBASE_PYTHON_EXECUTABLE}
48+ "${CMAKE_CURRENT_LIST_DIR} /../../setup_integration_tests.py"
49+ "${CMAKE_CURRENT_LIST_DIR} "
50+ RESULT_VARIABLE
51+ FIREBASE_PYTHON_EXECUTABLE_RESULT
52+ )
53+ if (NOT FIREBASE_PYTHON_EXECUTABLE_RESULT EQUAL 0)
54+ message (FATAL_ERROR "Failed to run setup_integration_tests.py" )
55+ endif ()
4656 endif ()
4757endif ()
4858
You can’t perform that action at this time.
0 commit comments