From cbe249cb80c32c7eabf06c3aca1f6783cf9e1f22 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Jan 2017 20:10:42 +0200 Subject: Fix test to only check for repos in first page of git.liw.fi --- 70-git.liw.fi.yarn | 2 +- check | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 "$@" -- cgit v1.2.1