Blame tests/p_anaconda/0-install_anaconda.sh

Athmane Madjoudj a2faee
#!/bin/bash
Athmane Madjoudj a2faee
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj a2faee
2b3708
uname_arch=$(uname -m)
c2e4f9
if [ "$centos_ver" -eq "8" ]; then
c2e4f9
  t_Log "c8 => SKIPPING"
c2e4f9
  exit 0
c2e4f9
fi
2b3708
2b3708
if [ "$uname_arch" == "armv7l" ]; then
2b3708
  t_Log "*** Not testing on Arch: $uname_arch ***"
2b3708
  exit 0
2b3708
fi 
2b3708
Athmane Madjoudj a2faee
t_InstallPackage anaconda