Change to Litmus

Depends-On: https://review.opendev.org/#/c/752300/
Change-Id: I6b19149910395e22542ece98b821162b82348e6d
This commit is contained in:
Tobias Urdin 2020-09-16 21:55:25 +02:00
parent 04d7f3fa10
commit 2b4f6a720d

10
run_litmus_tests.sh Executable file
View 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