Change to Litmus
Depends-On: https://review.opendev.org/#/c/752300/ Change-Id: I6b19149910395e22542ece98b821162b82348e6d
This commit is contained in:
parent
04d7f3fa10
commit
2b4f6a720d
10
run_litmus_tests.sh
Executable file
10
run_litmus_tests.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
|
||||
source $SCRIPT_DIR/functions
|
||||
|
||||
prepare_environment
|
||||
|
||||
# run litmus tests
|
||||
export RSPEC_DEBUG=true
|
||||
$GEM_HOME/bin/bundle exec rake litmus:acceptance:localhost
|
Loading…
Reference in New Issue
Block a user