summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-16 16:34:22 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-16 16:34:22 +0100
commitf825093b780e4c9c843e1ffb20f7a9ff22260b1c (patch)
tree81ee1e18bcbfd58396f0e07418c21315f4c42c25 /check
parent8a72debe0a357726947b0a281e8c59ec5cd60a35 (diff)
downloadqvisqve-f825093b780e4c9c843e1ffb20f7a9ff22260b1c.tar.gz
Add: ./check remote support, start_debug salami local and remote
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index ecad77b..52faa8a 100755
--- a/check
+++ b/check
@@ -38,7 +38,7 @@ remote=no
if [ "$#" -gt 0 ]
then
case "$1" in
- https://*)
+ http*://*)
remote=yes
remote_url="$1"
shift 1
@@ -76,7 +76,7 @@ then
args=""
else
impl=yarns/900-remote.yarn
- args="--env ICK_URL=$remote_url"
+ args="--env API_URL=$remote_url"
fi
yarn yarns/[^9]*.yarn yarns/900-implements.yarn "$impl" \
--shell python2 \