#!/bin/bash

export UWSGI_BINARY=/usr/bin/uwsgi
export UWSGI_PLUGINS_TEST="cgi"

exec t/runner
