summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-04 20:14:33 +0200
committerLars Wirzenius <liw@liw.fi>2017-03-04 20:14:33 +0200
commit3b651fb14c1018d017b7fecd0be9a853094726d2 (patch)
tree6018b109bcf4f7662bf4061faaeae49e3c5339ee /check
parentf22175e01ed092acf408aff01af54005ea426268 (diff)
downloadgit.liw.fi-ruleset-tests-3b651fb14c1018d017b7fecd0be9a853094726d2.tar.gz
Make basic ian can clone scenario work
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 \