summaryrefslogtreecommitdiff
path: root/tests/gh-rack.sh
blob: 1cdaa599ff081c3d0d8387b63a6f414931052a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -u

RACK_VERSION="$1"
. "./tests/gh-shared.sh"


for RACK in examples/config2.ru ; do
  test_rack "${RACK_VERSION}" "${RACK}"
done

results