From patchwork Fri Mar 25 01:59:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Bird, Tim" X-Patchwork-Id: 8667141 Return-Path: X-Original-To: patchwork-ltsi-dev@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4C42CC0553 for ; Fri, 25 Mar 2016 01:59:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 86622203A1 for ; Fri, 25 Mar 2016 01:59:44 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 78F4120383 for ; Fri, 25 Mar 2016 01:59:43 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 3769469; Fri, 25 Mar 2016 01:59:43 +0000 (UTC) X-Original-To: ltsi-dev@lists.linuxfoundation.org Delivered-To: ltsi-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 2EDAD69 for ; Fri, 25 Mar 2016 01:59:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from SELDSEGREL01.sonyericsson.com (seldsegrel01.sonyericsson.com [37.139.156.29]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 3956E130 for ; Fri, 25 Mar 2016 01:59:38 +0000 (UTC) To: "ltsi-dev@lists.linuxfoundation.org" From: Tim Bird Message-ID: <56F49B80.1050509@sonymobile.com> Date: Thu, 24 Mar 2016 18:59:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org Cc: Artemi Ivanov , Dmitry Cherkasov Subject: [LTSI-dev] [PATCH] Fix spelling of test_suite_ready in some test scripts X-BeenThere: ltsi-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "A list to discuss patches, development, and other things related to the LTSI project" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ltsi-dev-bounces@lists.linuxfoundation.org Errors-To: ltsi-dev-bounces@lists.linuxfoundation.org X-Virus-Scanned: ClamAV using ClamSMTP concurrent_check and pre_build in functions.sh test for test_suite_ready (with the 'e'). Fix some scripts that have it misspelled without an 'e'. --- engine/tests/Functional.cmt/cmt.sh | 2 +- engine/tests/Functional.scifab/scifab.sh | 2 +- engine/tests/Functional.sdhi_0/sdhi_0.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/tests/Functional.cmt/cmt.sh b/engine/tests/Functional.cmt/cmt.sh index bdd7e93..f1a6216 100644 --- a/engine/tests/Functional.cmt/cmt.sh +++ b/engine/tests/Functional.cmt/cmt.sh @@ -1,7 +1,7 @@ tarball=dung-3.4.25-m2.tar.gz function test_build { - touch test_suit_ready + touch test_suite_ready } function test_deploy { diff --git a/engine/tests/Functional.scifab/scifab.sh b/engine/tests/Functional.scifab/scifab.sh index aa98057..415b352 100644 --- a/engine/tests/Functional.scifab/scifab.sh +++ b/engine/tests/Functional.scifab/scifab.sh @@ -1,7 +1,7 @@ tarball=dung-3.4.25-m2.tar.gz function test_build { - touch test_suit_ready + touch test_suite_ready } function test_deploy { diff --git a/engine/tests/Functional.sdhi_0/sdhi_0.sh b/engine/tests/Functional.sdhi_0/sdhi_0.sh index 150245c..94195a0 100644 --- a/engine/tests/Functional.sdhi_0/sdhi_0.sh +++ b/engine/tests/Functional.sdhi_0/sdhi_0.sh @@ -1,7 +1,7 @@ tarball=dung-3.4.25-m2.tar.gz function test_build { - touch test_suit_ready + touch test_suite_ready } function test_deploy {