From patchwork Sat Jul 7 19:28:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Van Hoof X-Patchwork-Id: 169608 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 D4F0A2C0203 for ; Sun, 8 Jul 2012 05:31:25 +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 1Snaiw-0004iQ-6J for incoming@patchwork.ozlabs.org; Sat, 07 Jul 2012 19:31:22 +0000 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Snaiu-0004i7-Qt for fwts-devel@lists.ubuntu.com; Sat, 07 Jul 2012 19:31:20 +0000 X-Authority-Analysis: v=2.0 cv=S6tbMfQP c=1 sm=0 a=jrUOvm/RFT1SBfzjC7VLzg==:17 a=JJJANRHvMM0A:10 a=anmTqj6ORM0A:10 a=1XB9yynOT10A:10 a=DfNHnWVPAAAA:8 a=aqEa4xy9LXLzRPjiw-YA:9 a=lBRciGGoxdUA:10 a=jrUOvm/RFT1SBfzjC7VLzg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 174.109.107.185 Received: from [174.109.107.185] ([174.109.107.185:28791] helo=hatori.itb.ouwish.com) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id A2/CB-00824-78E88FF4; Sat, 07 Jul 2012 19:31:19 +0000 Received: from hatori.itb.ouwish.com (localhost [127.0.0.1]) by hatori.itb.ouwish.com (8.14.4/8.14.4/Debian-2ubuntu2) with ESMTP id q67JSoJS019629; Sat, 7 Jul 2012 15:28:50 -0400 Received: (from vanhoof@localhost) by hatori.itb.ouwish.com (8.14.4/8.14.4/Submit) id q67JSoxJ019628; Sat, 7 Jul 2012 15:28:50 -0400 From: Chris Van Hoof 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 Date: Sat, 7 Jul 2012 15:28:38 -0400 Message-Id: <1341689318-19396-2-git-send-email-vanhoof@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1341689318-19396-1-git-send-email-vanhoof@canonical.com> References: <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: , MIME-Version: 1.0 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