File: integration

package info (click to toggle)
uwsgi-plugin-java 0.0.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68 kB
  • sloc: makefile: 39; sh: 4
file content (9 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/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"