summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/check b/check
index ae85315..cd7eed7 100755
--- a/check
+++ b/check
@@ -3,11 +3,13 @@
set -eu
server="$1"
+sshkey="$2"
shift 1
python -m CoverageTestRunner --ignore-missing-from=without-tests .
yarn \
--env "GITANO_SERVER=$server" \
+ --env "ADMIN_SSH_KEY=$sshkey" \
--shell=python2 \
--shell-arg '' \
--shell-library lib.py \