apparmor/tests/unit/parser-tst-parser-sanity/task.yaml
Zygmunt Krynicki fa33d7199b tests: run autotools test verbosely
Instead of showing just the summary, display the actual test log as well.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2025-01-10 14:04:55 +01:00

11 lines
447 B
YAML

summary: Run apparmor_parser parser_sanity test from parser/tst
# This test is particularly slow. Those values are aimed at running fast enough
# on a Raspberry Pi 5, representing a slower-ish computer.
#
# TODO: figure out how to make this test more parallelizable.
warn-timeout: 20m
kill-timeout: 30m
# Start this task sooner rather than later.
priority: 100
execute: |
make -C "$SPREAD_PATH"/parser/tst -j"$(nproc)" parser_sanity VERBOSE=1