#!/bin/bash

export UWSGI_BINARY=/usr/bin/uwsgi
export UWSGI_PLUGINS_TEST="cgi psgi python3 rack"

# FIXME: remove when cgi script is no more a patch
chmod +x t/cgi/hello.cgi

exec t/runner
