Sha256: ff607c51a9f5b5e0b4deb94faaf5df168743e526de1edd91d9bf4318e5a0f562

Contents?: true

Size: 470 Bytes

Versions: 5

Compression:

Stored size: 470 Bytes

Contents

#!/bin/bash
SCRIPT_PATH=$(pwd)
BASENAME_CMD="basename ${SCRIPT_PATH}"
SCRIPT_BASE_PATH=`eval ${BASENAME_CMD}`

if [ $SCRIPT_BASE_PATH = "command_line" ]; then
  cd ../../
fi

export pe_dist_dir=http://neptune.puppetlabs.lan/3.8/ci-ready/
export GIT_PROVIDER=shellgit

beaker \
  --preserve-hosts onfail \
  --config configs/pe/centos-6-64mda \
  --debug \
  --tests tests/command_line \
  --keyfile ~/.ssh/id_rsa-acceptance \
  --pre-suite pre-suite \
  --load-path lib

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
r10k-2.0.3 integration/test_run_scripts/command_line/all_tests-pe-centos6.sh
r10k-2.0.2 integration/test_run_scripts/command_line/all_tests-pe-centos6.sh
r10k-2.0.1 integration/test_run_scripts/command_line/all_tests-pe-centos6.sh
r10k-2.0.0 integration/test_run_scripts/command_line/all_tests-pe-centos6.sh
r10k-1.5.1 integration/test_run_scripts/command_line/all_tests-pe-centos6.sh