puppet-modulesync-configs/run_litmus_tests.sh
Tobias Urdin 936e406f1d Change to Litmus
Depends-On: https://review.opendev.org/#/c/752300/
Change-Id: Iebbb82beefb1278fa43b1c6123c46931af8f9c2f
2020-09-19 00:15:26 +02:00

11 lines
212 B
Bash
Executable File

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