Skip to content
Snippets Groups Projects

add another exclusion for ELC distros

Merged Ben Morrice requested to merge elcfinalfix into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -69,6 +69,7 @@ LSB_DISTRO_ID=`lsb_release -si`
if [ "$LSB_DISTRO_ID" != "CentOS" ]; then
# Performs tests on /etc/centos-release and friends
echo "8|tests/p_centos-release/*|Not applicable on $LSB_DISTRO_ID" >> ./skipped-tests.list
echo "8|tests/p_lsb/lsb_release_brand_test*|Not applicable on $LSB_DISTRO_ID" >> ./skipped-tests.list
# Checks if the kernel secure boot signing key is 'CentOS'
echo "8|tests/p_kernel/*|Not applicable on $LSB_DISTRO_ID" >> ./skipped-tests.list
# Uses /etc/centos-release as an input file
Loading