From patchwork Sun Jul 8 11:32:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 169628 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 236632C0210 for ; Sun, 8 Jul 2012 21:32:27 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Snpiy-00040b-FF for incoming@patchwork.ozlabs.org; Sun, 08 Jul 2012 11:32:24 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Snpiw-00040W-Jw for fwts-devel@lists.ubuntu.com; Sun, 08 Jul 2012 11:32:22 +0000 Received: from cpc19-craw6-2-0-cust5.croy.cable.virginmedia.com ([77.102.228.6] helo=[192.168.1.14]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Snpiw-0007uQ-Hm; Sun, 08 Jul 2012 11:32:22 +0000 Message-ID: <4FF96FC5.409@canonical.com> Date: Sun, 08 Jul 2012 12:32:21 +0100 From: Colin Ian King User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120704 Thunderbird/14.0 MIME-Version: 1.0 To: fwts-devel@lists.ubuntu.com Subject: [PATCH] live-image/fwts-frontend-text: use cp versus ln as symbolic links are not supported on fat file systems References: <1341689318-19396-1-git-send-email-vanhoof@canonical.com> In-Reply-To: <1341689318-19396-1-git-send-email-vanhoof@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Chris Van Hoof --- live-image/fwts-frontend-text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text index 932c068..8315d47 100755 --- a/live-image/fwts-frontend-text +++ b/live-image/fwts-frontend-text @@ -197,7 +197,7 @@ done_tests_finish() { if [ -n "${CASPER_DETECTED:+x}" ]; then cd $WORK_DIR - ln -sf ./results.html ../../results.html + cp ./results.html ../../results.html else ln -sf $WORK_DIR/results.html /fwts/results.html fi