ubuntu_kvm_unit_tests complains about find_word: command not found on s390x
Bug #1991908 reported by
Po-Hsu Lin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This issue happens after kvm-unit-test repo updated to d8a4f9e5 (ci: Update the list of tests that we run in the Fedora Cirrus-CI),
In scripts/
# run PV test case
if [ "$ACCEL" = 'tcg' ] || find_word "migration" "$groups"; then
return
fi
But it's not defined in the same .bash file, therefore it will complain about:
scripts/
Written tests/intercept.
Changed in ubuntu-kernel-tests: | |
status: | New → Fix Released |
To post a comment you must log in.
Fixed in: /gitlab. com/kvm- unit-tests/ kvm-unit- tests/- /commit/ a245e92b23d16ef 07b07fd0ade1a41 84cfd76b03
https:/