diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 12:12:48 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 12:12:48 -0700 |
| commit | bcfd6f15f71129a504bab463e84f51e3b3840644 (patch) | |
| tree | 1274e4547e14c8245ece2685deb4f754039aa19f /bin/test | |
| parent | 5957399681c8de847dbc062ca8d8e559fb38eb55 (diff) | |
Convert python qa jobs to integration tests
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -4,15 +4,4 @@ set -e cd "$(dirname "$0")/.." -export LM_PYTHON_VERSION=${LM_PYTHON_VERSION:-2} -export LM_REPORT_VERSION=${LM_REPORT_VERSION:-1} -export QA_RESULTS=${QA_RESULTS:-$QA_PROJECT-v$LM_REPORT_VERSION} -export RESULTS_DIR=${RESULTS_DIR:-$(pwd)/results} -export QA_REF=${QA_REF:-master} - -docker run \ - --rm \ - --env LM_PYTHON_VERSION \ - --env LM_REPORT_VERSION \ - --volume "$RESULTS_DIR":/results \ - "$IMAGE_NAME" test "$QA_PROJECT" "$QA_RESULTS" "$QA_REF" +bundle exec rspec |
