File tree Expand file tree Collapse file tree 15 files changed +75
-30
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 +75
-30
lines changed Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
Original file line number Diff line number Diff line change 1616
1717cmake_minimum_required (VERSION 2.8)
1818
19- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20- "The Python interpreter to use, such as one from a venv" )
19+ find_program (FIREBASE_PYTHON_EXECUTABLE
20+ NAMES python3 python
21+ DOC "The Python interpreter to use, such as one from a venv"
22+ REQUIRED
23+ )
2124
2225# User settings for Firebase integration tests.
2326# Path to Firebase SDK.
You can’t perform that action at this time.
0 commit comments