bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone
Blob Blame History Raw
#!/bin/sh

t_Log "Running $0 - Showing the repos we have configured"

yum -d0 repolist -v

t_CheckExitStatus $?