diff mbox

Update README

Message ID 1338484938-6977-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King May 31, 2012, 5:22 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 README |   23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

Comments

Keng-Yu Lin June 4, 2012, 8:38 a.m. UTC | #1
On Fri, Jun 1, 2012 at 1:22 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  README |   23 +----------------------
>  1 file changed, 1 insertion(+), 22 deletions(-)
>
> diff --git a/README b/README
> index a9abbcd..c6a6ba0 100644
> --- a/README
> +++ b/README
> @@ -18,9 +18,6 @@ sudo apt-get install iasl acpidump pciutils dmidecode
>  make
>  sudo make install
>
> -I hope to get this into a PPA once I've got the code into a more
> -stable form.
> -
>  To get help:
>
>  fwts --help
> @@ -203,28 +200,10 @@ look at the results log, e.g.
>
>  sudo fwts mtrr --stdout-summary
>
> -One can override the text using the following environment variables:
> -
> -BIOS_TEST_TOOLKIT_PASSED_TEXT
> -BIOS_TEST_TOOLKIT_FAILED_TEXT
> -
> -e.g.
> -
> -sudo BIOS_TEST_TOOLKIT_PASSED_TEXT="yay" fwts mtrr --stdout-summary
> -yay
> -
> -Finally, the exit code returns 1 for test failure and 0 for test success, so the
> +The exit code returns 1 for test failure and 0 for test success, so the
>  test suite can be run from a shell script and one can detect if the test worked or not, e.g.
>
>  #!/bin/bash
>  LOG=stdout
>  sudo fwts dmi_decode --results-output=$LOG
>  failed=$?
> -
> -Misc
> -====
> -
> -Debug mode.. shows what the controlling test suite framework is doing. It's for
> -the developer only!
> -
> -fwts --fwts-debug
> --
> 1.7.9.5
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Alex Hung June 11, 2012, 10:14 a.m. UTC | #2
On 06/01/2012 01:22 AM, Colin King wrote:
> From: Colin Ian King<colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King<colin.king@canonical.com>
> ---
>   README |   23 +----------------------
>   1 file changed, 1 insertion(+), 22 deletions(-)
>
> diff --git a/README b/README
> index a9abbcd..c6a6ba0 100644
> --- a/README
> +++ b/README
> @@ -18,9 +18,6 @@ sudo apt-get install iasl acpidump pciutils dmidecode
>   make
>   sudo make install
>
> -I hope to get this into a PPA once I've got the code into a more
> -stable form.
> -
>   To get help:
>
>   fwts --help
> @@ -203,28 +200,10 @@ look at the results log, e.g.
>
>   sudo fwts mtrr --stdout-summary
>
> -One can override the text using the following environment variables:
> -
> -BIOS_TEST_TOOLKIT_PASSED_TEXT
> -BIOS_TEST_TOOLKIT_FAILED_TEXT
> -
> -e.g.
> -
> -sudo BIOS_TEST_TOOLKIT_PASSED_TEXT="yay" fwts mtrr --stdout-summary
> -yay
> -
> -Finally, the exit code returns 1 for test failure and 0 for test success, so the
> +The exit code returns 1 for test failure and 0 for test success, so the
>   test suite can be run from a shell script and one can detect if the test worked or not, e.g.
>
>   #!/bin/bash
>   LOG=stdout
>   sudo fwts dmi_decode --results-output=$LOG
>   failed=$?
> -
> -Misc
> -====
> -
> -Debug mode.. shows what the controlling test suite framework is doing. It's for
> -the developer only!
> -
> -fwts --fwts-debug
Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/README b/README
index a9abbcd..c6a6ba0 100644
--- a/README
+++ b/README
@@ -18,9 +18,6 @@  sudo apt-get install iasl acpidump pciutils dmidecode
 make
 sudo make install
 
-I hope to get this into a PPA once I've got the code into a more
-stable form.
-
 To get help:
 
 fwts --help
@@ -203,28 +200,10 @@  look at the results log, e.g.
 
 sudo fwts mtrr --stdout-summary
 
-One can override the text using the following environment variables:
-
-BIOS_TEST_TOOLKIT_PASSED_TEXT
-BIOS_TEST_TOOLKIT_FAILED_TEXT
-
-e.g.
-
-sudo BIOS_TEST_TOOLKIT_PASSED_TEXT="yay" fwts mtrr --stdout-summary
-yay
-
-Finally, the exit code returns 1 for test failure and 0 for test success, so the
+The exit code returns 1 for test failure and 0 for test success, so the
 test suite can be run from a shell script and one can detect if the test worked or not, e.g.
 
 #!/bin/bash
 LOG=stdout
 sudo fwts dmi_decode --results-output=$LOG
 failed=$?
-
-Misc
-====
-
-Debug mode.. shows what the controlling test suite framework is doing. It's for
-the developer only!
-
-fwts --fwts-debug