From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 64B3A63386F for ; Thu, 26 Mar 2015 02:36:27 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] test/test_proxy_pass: rename test name, too Date: Thu, 26 Mar 2015 02:36:27 +0000 Message-Id: <1427337387-18440-1-git-send-email-e@80x24.org> List-Id: This is no longer a part of the "extras" section --- test/test_proxy_pass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_proxy_pass.rb b/test/test_proxy_pass.rb index 530b53c..e2b8986 100644 --- a/test/test_proxy_pass.rb +++ b/test/test_proxy_pass.rb @@ -3,7 +3,7 @@ require_relative 'server_helper' require 'json' -class TestExtrasProxyPass < Testcase +class TestProxyPass < Testcase ENV["N"].to_i > 1 and parallelize_me! include ServerHelper -- EW