logstash/ci/travis_integration_run.sh
2016-09-23 12:00:14 -04:00

10 lines
168 B
Bash
Executable file

#!/usr/bin/env bash
set -e
if [[ "$INTEGRATION" != "true" ]]; then
exit
fi
echo "Running integration tests from qa/integration directory"
cd qa/integration
rspec