summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-18 20:10:42 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-18 20:10:42 +0200
commitcbe249cb80c32c7eabf06c3aca1f6783cf9e1f22 (patch)
treea5a8ce1f1193c0b7d63d14b9c849702745e2d98c
parent533e47949ca60b9bff13d16d22a8b123de2d95bf (diff)
downloadserver-yarns-cbe249cb80c32c7eabf06c3aca1f6783cf9e1f22.tar.gz
Fix test to only check for repos in first page of git.liw.fi
-rw-r--r--70-git.liw.fi.yarn2
-rwxr-xr-xcheck1
2 files changed, 2 insertions, 1 deletions
diff --git a/70-git.liw.fi.yarn b/70-git.liw.fi.yarn
index b81020d..3e96f89 100644
--- a/70-git.liw.fi.yarn
+++ b/70-git.liw.fi.yarn
@@ -10,4 +10,4 @@ cgit for browing public repositories.
THEN HTTP status is 200
AND HTTP body matches "cgit"
AND HTTP body matches "obnam"
- AND HTTP body matches "liw-dot-files"
+ AND HTTP body matches "bumper"
diff --git a/check b/check
index f4bb078..bdcff22 100755
--- a/check
+++ b/check
@@ -12,4 +12,5 @@ python -m CoverageTestRunner
yarn --env "SERVER=$address" \
--env 'PYTHONPATH=.' \
--env "VARIABLES=$variables" \
+ --timings \
--shell python2 --shell-arg '' *.yarn "$@"