mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
tests: do not display bash.err on XFAIL passes
This makes no sense since the test has passed and there's nothing to look at in the log.
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
(cherry picked from commit 473e791e4e
)
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
2acd4f5c7d
commit
d0e07e542b
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ execute: |
|
|||
for xfail in ${XFAIL:-}; do
|
||||
if [ "$SPREAD_SYSTEM" = "$xfail" ]; then
|
||||
echo "Test $SPREAD_VARIANT has unexpectedly passed"
|
||||
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
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue