bstinson / centos / t_functional

Forked from centos/t_functional 4 years ago
Clone

Blame tests/p_gcc-gnat/0-install_gcc-gnat.sh

9838c4
#!/bin/bash
9838c4
# Author: Pablo Greco <pablo@fliagreco.com.ar>
9838c4
9838c4
# Install gcc-gnat
9838c4
t_Log "Running $0 - installing gcc-gnat."
9838c4
9838c4
9838c4
# Install git
9838c4
if [ $centos_ver -ge 7 ];  then
9838c4
  t_InstallPackage gcc-gnat
9838c4
else
9838c4
  t_Log "This test is skipped before CentOS7."
9838c4
fi