#!/bin/bash

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

# jvm test needs to write to test directory (.class bytecode file)
cp -ar /usr/src/uwsgi/t "$AUTOPKGTEST_TMP"

exec "$AUTOPKGTEST_TMP/t/runner"
