bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

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

8614a0
#!/bin/bash
8614a0
# Author: Pablo Greco <pablo@fliagreco.com.ar>
8614a0
# Based on java-1.6.0-openjdk test from Christoph Galuschka <christoph.galuschka@chello.at>
8614a0
8614a0
. $(dirname "$0")/p_java-openjdk-common
8614a0
8614a0
t_Log "Running $0 - installing openjdk runtime/development environment."
8614a0
8614a0
for i in $JAVA_VERSIONS;do
8614a0
	t_InstallPackage java-$i-openjdk java-$i-openjdk-devel
8614a0
done