diff --git a/tests/regression/apparmor/task.yaml b/tests/regression/apparmor/task.yaml index 1eedcdb44..035042840 100644 --- a/tests/regression/apparmor/task.yaml +++ b/tests/regression/apparmor/task.yaml @@ -138,6 +138,8 @@ execute: | echo "Test execution logs are in the files bash.{log,err,trace} and are collected as artifacts" echo "Bash errors are listed below:" cat bash.err + echo "Tail of the trace is:" + tail bash.trace exit 1 else for xfail in ${XFAIL:-}; do