Sha256: c0f736c4df43c7282b2343ae23e85abb83d877abed30410fa4e7bc3e65c66282
Contents?: true
Size: 425 Bytes
Versions: 10
Compression:
Stored size: 425 Bytes
Contents
#!/usr/bin/env bash set -eo pipefail SELFDIR=/passenger/dev/ci/scripts PASSENGER_ROOT=/passenger # shellcheck source=../lib/functions.sh source "$SELFDIR/../lib/functions.sh" # shellcheck source=../lib/setup-container.sh source "$PASSENGER_ROOT/dev/ci/lib/setup-container.sh" add_bundler_path_to_gem_path echo echo header "Running test suite: $1" # shellcheck source=/dev/null source "$PASSENGER_ROOT/dev/ci/tests/$1/run"
Version data entries
10 entries across 10 versions & 1 rubygems