From patchwork Thu Apr 26 08:28:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juerg Haefliger X-Patchwork-Id: 904923 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40Wqwf23YGz9rxx; Thu, 26 Apr 2018 18:29:06 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fBcGw-0002yO-1p; Thu, 26 Apr 2018 08:28:58 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fBcGu-0002yI-FK for kernel-team@lists.ubuntu.com; Thu, 26 Apr 2018 08:28:56 +0000 Received: from mail-wr0-f199.google.com ([209.85.128.199]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fBcGu-0003ye-82 for kernel-team@lists.ubuntu.com; Thu, 26 Apr 2018 08:28:56 +0000 Received: by mail-wr0-f199.google.com with SMTP id u13-v6so26528115wre.1 for ; Thu, 26 Apr 2018 01:28:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=q6dOYGJdrcZwXL5v8mIhyDQF6MY+FZtrl3hqiQZJen0=; b=V6hESCUVSiiDrqiCz74I9CYsMbkNbOJxacn1o4Ux7tyqhNRqdPtQmsmpALet4Tjzgu Dp2jV31a8k6TgTI3K7QB3BBM7EhlwqBcq8mHCcKKRsRVAurYKVIYXEwERD/LR+u4hTa/ c5fhNx7CIFlTSVNqRKjBkc4AmSFsus35+zU+mww3gSPsnLRxT6YFt2m1NNZKEuJOT3Kj eGiB3Bo6+xZoXMpFLFQWm3/nDxLtqNyGemJdHTfCWOkA5r+5DwiwZ8VcLu1HnuFq0qEE 9ItBgErOAjSGfHo8widHEK3+4tfkjokeyqy3P8VNnxIFWW8+TRciZalSX0q68aXdU/0P l/sA== X-Gm-Message-State: ALQs6tB7OX/yGwFpSN3pNvbRnjq8on24WjHbS4TZ4FPOShzbRaSO2Dfx llee1IyQ1/YLwqJo+hqc1b1vERrQNbFGuysjYHVHPsbrw2ODJUKpAYdt16EGgZ4FY+31tkeRgzd 6sK8kc+qTdmOwoYRjJx9Hq/xeNO/IvINvADGKIY/2fA== X-Received: by 10.80.212.195 with SMTP id e3mr43531292edj.127.1524731335791; Thu, 26 Apr 2018 01:28:55 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+U41N75YO8AFxGdbDfi/SY3D1XR9QMov9Xu3331RxGFWtTNN7IA8GJvodNMAH3+vBcChxdaw== X-Received: by 10.80.212.195 with SMTP id e3mr43531286edj.127.1524731335680; Thu, 26 Apr 2018 01:28:55 -0700 (PDT) Received: from localhost.localdomain ([81.221.205.149]) by smtp.gmail.com with ESMTPSA id z42sm12361296edz.36.2018.04.26.01.28.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 01:28:55 -0700 (PDT) From: Juerg Haefliger X-Google-Original-From: Juerg Haefliger To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH] cranky-test-build: Add a --dry-run commandline option Date: Thu, 26 Apr 2018 10:28:53 +0200 Message-Id: <20180426082853.8536-1-juergh@canonical.com> X-Mailer: git-send-email 2.17.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Juerg Haefliger Acked-by: Kleber Sacilotto de Souza --- cranky/cranky-test-build | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/cranky/cranky-test-build b/cranky/cranky-test-build index 45a31c7eef2f..9cabb15356b5 100755 --- a/cranky/cranky-test-build +++ b/cranky/cranky-test-build @@ -16,7 +16,7 @@ function out() function usage() { cat <