Sha256: 9946acbaf6c16c79813cf0c7d78baf7fbba77f24507c598ec1bfea475a2da69f
Contents?: true
Size: 417 Bytes
Versions: 8
Compression:
Stored size: 417 Bytes
Contents
#!/bin/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
8 entries across 8 versions & 1 rubygems