diff mbox

[2/2] Revert "live-image/fwts-frontend-text: conditional added to done_tests_finish() which creates a symbolic link to the latest results.html at the top level WORK_DIR"

Message ID 1402613529-17660-3-git-send-email-alex.hung@canonical.com
State Rejected
Headers show

Commit Message

Alex Hung June 12, 2014, 10:52 p.m. UTC
This reverts commit f3f639352899d58507e722a214fb6b2ad8c5cc98.

Conflicts:
	live-image/fwts-frontend-text
---
 live-image/fwts-frontend-text | 7 -------
 1 file changed, 7 deletions(-)

Comments

Colin Ian King June 13, 2014, 1:32 a.m. UTC | #1
On 12/06/14 23:52, Alex Hung wrote:
> This reverts commit f3f639352899d58507e722a214fb6b2ad8c5cc98.
> 
> Conflicts:
> 	live-image/fwts-frontend-text
> ---
>  live-image/fwts-frontend-text | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
> index 98da7f3..2385181 100755
> --- a/live-image/fwts-frontend-text
> +++ b/live-image/fwts-frontend-text
> @@ -195,13 +195,6 @@ no_tests_finish()
>  #
>  done_tests_finish()
>  {
> -    if [ -n "${CASPER_DETECTED:+x}" ]; then
> -        cd $WORK_DIR
> -        ln -sf ./results.html ../../results.html
> -    else
> -        ln -sf $WORK_DIR/results.html /fwts/results.html
> -    fi
> -
>  	#
>  	# Dump out firmware and system data, LP: #1322543
>  	#
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox

Patch

diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
index 98da7f3..2385181 100755
--- a/live-image/fwts-frontend-text
+++ b/live-image/fwts-frontend-text
@@ -195,13 +195,6 @@  no_tests_finish()
 #
 done_tests_finish()
 {
-    if [ -n "${CASPER_DETECTED:+x}" ]; then
-        cd $WORK_DIR
-        ln -sf ./results.html ../../results.html
-    else
-        ln -sf $WORK_DIR/results.html /fwts/results.html
-    fi
-
 	#
 	# Dump out firmware and system data, LP: #1322543
 	#