Blame tests/0_common/00_centos_repos.sh

10e423
#!/bin/bash
10e423
10e423
if [ "$centos_ver" -eq "8" ]; then
10e423
  t_Log "python not installed by default on .el8. SKIP"
10e423
  exit 0
10e423
else
8bcb19
   python tests/0_common/000_centos_default_repos.py
10e423
fi
10e423