Sha256: 68d6cbe97f0f0259d12a0e5d1eb2e0a3fa7c9c1ded426b9fc6bce9231983a5f5

Contents?: true

Size: 523 Bytes

Versions: 34

Compression:

Stored size: 523 Bytes

Contents

#!/usr/bin/env bash

export LCM_BRICKS_IMAGE_TAG=$GOODDATA_RUBY_COMMIT
export GD_ENV=staging

# WORKAROUND: temp HOME is needed since RSpec uses simplecov which requires HOME to be set to something else than '/'
# which is default when running container as the non existing user within the image.
# The core problem there is jruby's `isAbsoluteHome` method considering path of length 1 not to be absolute
/bin/bash -l -c "if [[ $HOME == '/' ]]; then export HOME=$(mktemp -d); fi && bundle exec rake -f lcm.rake test:smoke"

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
gooddata-2.1.10-java bin/run_smoke_tests.sh
gooddata-2.1.10 bin/run_smoke_tests.sh
gooddata-2.1.9-java bin/run_smoke_tests.sh
gooddata-2.1.9 bin/run_smoke_tests.sh
gooddata-2.1.8-java bin/run_smoke_tests.sh
gooddata-2.1.8 bin/run_smoke_tests.sh
gooddata-2.1.7-java bin/run_smoke_tests.sh
gooddata-2.1.7 bin/run_smoke_tests.sh
gooddata-2.1.6-java bin/run_smoke_tests.sh
gooddata-2.1.6 bin/run_smoke_tests.sh
gooddata-2.1.5-java bin/run_smoke_tests.sh
gooddata-2.1.5 bin/run_smoke_tests.sh
gooddata-2.1.4-java bin/run_smoke_tests.sh
gooddata-2.1.4 bin/run_smoke_tests.sh