mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Backport of !49288 to release/v5.4 (cmake@3.16.3). Adapted for release/v5.4: - Linux/macOS jobs added in .gitlab/ci/build.yml (build-system pytest lives there on v5.4, not host-test.yml). - Known-failure download uses get_known_failure_cases_file.py. - macOS jobs keep .before_script:build:macos / macos_shell tags. - Windows minimal-cmake job follows v5.4 install/tags conventions. - Skip test_idf_qemu on Windows (pexpect.spawn unavailable). Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
279 B
INI
13 lines
279 B
INI
[pytest]
|
|
addopts = -s -p no:idf-ci
|
|
|
|
# log related
|
|
log_cli = True
|
|
log_cli_level = INFO
|
|
log_cli_format = %(asctime)s %(levelname)s %(message)s
|
|
log_cli_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
## log all to `system-out` when case fail
|
|
junit_logging = stdout
|
|
junit_log_passing_tests = False
|