Sha256: 1e977cdfb1061652eae30c0c25a9e5f65e522e2e5a9f2040c3ee6ea4e16f1d73
Contents?: true
Size: 458 Bytes
Versions: 7
Compression:
Stored size: 458 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/2015.2/ci-ready/ export GIT_PROVIDER=rugged beaker \ --preserve-hosts onfail \ --config configs/pe/sles-11-64mda \ --debug \ --tests tests \ --keyfile ~/.ssh/id_rsa-acceptance \ --pre-suite pre-suite \ --load-path lib
Version data entries
7 entries across 7 versions & 1 rubygems