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)
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