- omit comments from th config dump, show filenames for each line.
- `TFLAGS` is not used by pytest, don't set it.
Closes #16514
grep -F '#define' bld/lib/curl_config.h | sort || true
- name: 'test configs'
- run: |
- cat bld/tests/config || true
- cat bld/tests/http/config.ini || true
+ run: grep -H -v '^#' bld/tests/config bld/tests/http/config.ini || true
- name: 'build'
run: |
- name: 'run pytest event based'
env:
- TFLAGS: '${{ matrix.build.tflags }}'
CURL_TEST_EVENT: 1
CURL_CI: github
PYTEST_ADDOPTS: '--color=yes'
grep -F '#define' bld/lib/curl_config.h | sort || true
- name: 'test configs'
- run: |
- cat bld/tests/config || true
- cat bld/tests/http/config.ini || true
+ run: grep -H -v '^#' bld/tests/config bld/tests/http/config.ini || true
- name: 'build'
run: |
- name: 'run pytest'
if: contains(matrix.build.install_steps, 'pytest')
env:
- TFLAGS: '${{ matrix.build.tflags }}'
CURL_CI: github
PYTEST_ADDOPTS: '--color=yes'
run: |