#!/bin/bash

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

exec /usr/src/uwsgi/t/runner
