tests/vmcheck: Disable rojig test on CentOS
I was honestly surprised to see this test was running all this time for CentOS. As cool as it is, this test is really more meant for Fedora. Closes: #1382 Approved by: jlebon
This commit is contained in:
parent
d568e54d84
commit
8f71aa95e6
@ -24,6 +24,12 @@ set -euo pipefail
|
||||
|
||||
set -x
|
||||
|
||||
osid=$(vm_cmd grep -E '^ID=' /etc/os-release)
|
||||
if test "${osid}" != 'ID=fedora'; then
|
||||
echo "ok skip on OS ID=${osid}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Test rebasing to https://pagure.io/fedora-atomic-host-continuous
|
||||
# in rojig:// mode.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user