Sha256: 5117b8be5ccbec260a0034e1e32d02c843d50b5a4b88f51f12cc4eb3164f6faa
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 Bytes
Contents
#!/bin/bash SCRIPT_PATH=$(pwd) BASENAME_CMD="basename ${SCRIPT_PATH}" SCRIPT_BASE_PATH=`eval ${BASENAME_CMD}` if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then cd ../ fi export pe_dist_dir=http://neptune.puppetlabs.lan/3.8/ci-ready/ export GIT_PROVIDER=rugged beaker \ --preserve-hosts onfail \ --config configs/pe/ubuntu-1204-64mda \ --debug \ --tests tests \ --keyfile ~/.ssh/id_rsa-acceptance \ --pre-suite pre-suite \ --load-path lib
Version data entries
5 entries across 5 versions & 1 rubygems