Blame tests/p_java-1.6.0-openjdk/0-install-openjdk.sh

Christoph Galuschka e2cd20
#!/bin/bash
Christoph Galuschka e2cd20
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
Christoph Galuschka e2cd20
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 
Christoph Galuschka e2cd20
# Install python
23d4a0
if (t_GetArch | grep -qE 'aarch64|armv7hl|ppc64le')
07966e
  then
9a1e76
  echo "Package not included for current arch, skipping"
07966e
  exit 0
07966e
fi
07966e
Athmane Madjoudj 5b186d
t_Log "Running $0 - installing openjdk runtime/development environment."
Christoph Galuschka e2cd20
Athmane Madjoudj 31968d
t_InstallPackage java-1.6.0-openjdk java-1.6.0-openjdk-devel