936e406f1d
Depends-On: https://review.opendev.org/#/c/752300/ Change-Id: Iebbb82beefb1278fa43b1c6123c46931af8f9c2f
11 lines
212 B
Bash
Executable File
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
|