Submitter | Augie Fackler |
---|---|
Date | Sept. 19, 2017, 4:35 a.m. |
Message ID | <3c053b1219603bfa7f6d.1505795719@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24009/ |
State | Accepted |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@mercurial-scm.org Delivered-To: patchwork@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id B72E92C298; Tue, 19 Sep 2017 00:35:31 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id b9Zh3OspM0_9; Tue, 19 Sep 2017 00:35:31 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id 3AE532C29E; Tue, 19 Sep 2017 00:35:28 -0400 (EDT) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id 5EE692C1C8 for <mercurial-devel@mercurial-scm.org>; Tue, 19 Sep 2017 00:35:26 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eBXmOPo26A6F for <mercurial-devel@mercurial-scm.org>; Tue, 19 Sep 2017 00:35:26 -0400 (EDT) Received: from homiemail-a105.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mercurial-scm.org (Postfix) with ESMTPS id C86992C1CC for <mercurial-devel@mercurial-scm.org>; Tue, 19 Sep 2017 00:35:25 -0400 (EDT) Received: from homiemail-a105.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a105.g.dreamhost.com (Postfix) with ESMTP id EF41E30002A27 for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 21:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=durin42.com; h= content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:date:from:to; s=durin42.com; bh=uzMaBn0N9aNms0yggC/dmYl4Ou0=; b=diY0WOAXlELUB1KLgr238DMykKQ6 O+XKL8gLj8cZBR57Y6Uf3Nn4fJkLL9wmwlum0UyjHAHStHBkJOG/wF+W9T00p3kQ V//oD/HIr6S1NEf4JrOBHzYgunVZmH7ZwpldfTa9jnQdmkcKq6LkwqV6om0tbynH lZDd0IVD0J36Iz8= Received: from augie-macbookpro2.roam.corp.google.com (50-199-179-185-static.hfc.comcastbusiness.net [50.199.179.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: augie@durin42.com) by homiemail-a105.g.dreamhost.com (Postfix) with ESMTPSA id C350F30002A25 for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 21:35:24 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 2 of 8] tests: fix run-tests "slow test" check X-Mercurial-Node: 3c053b1219603bfa7f6d4e51b7c1753d8f49a421 X-Mercurial-Series-Index: 2 X-Mercurial-Series-Total: 8 Message-Id: <3c053b1219603bfa7f6d.1505795719@augie-macbookpro2.roam.corp.google.com> X-Mercurial-Series-Id: <920c56d5f84cd54395a2.1505795718@augie-macbookpro2.roam.corp.google.com> In-Reply-To: <920c56d5f84cd54395a2.1505795718@augie-macbookpro2.roam.corp.google.com> References: <920c56d5f84cd54395a2.1505795718@augie-macbookpro2.roam.corp.google.com> User-Agent: Mercurial-patchbomb/4.3.1+356-47e52f079a57 Date: Tue, 19 Sep 2017 00:35:19 -0400 From: Augie Fackler <raf@durin42.com> To: mercurial-devel@mercurial-scm.org X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Augie Fackler - Sept. 19, 2017, 4:35 a.m.
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1265,7 +1265,7 @@ class TTest(Test): if ret != 0: return False, stdout - if 'slow' in reqs: + if b'slow' in reqs: self._timeout = self._slowtimeout return True, None