Files
puppet-openstack_spec_helper/run_litmus_tests.sh
Tobias Urdin c328347a4e Change to Litmus
Depends-On: https://review.opendev.org/#/c/752300/
Change-Id: I94d996ed67402a47fd655a7b80b9c2df987d95c3
2020-09-19 00:40:12 +02:00

11 lines
210 B
Bash
Executable File

#!/bin/bash -ex
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source $SCRIPT_DIR/functions
install_gems
# run litmus tests
export RSPEC_DEBUG=true
$GEM_HOME/bin/bundle exec rake litmus:acceptance:localhost