All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support xfstest -x group command line option
@ 2017-01-11  9:00 Amir Goldstein
  2017-01-31  2:44 ` Amir Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Amir Goldstein @ 2017-01-11  9:00 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: fstests

Note that while kvm-xfstests -X <test> is NOT equivalent to
the check -X command line option, kvm-xfstests -x <group> is
exactly the same as check -x <group>.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---
 kvm-xfstests/util/parse_cli | 4 ++++
 1 file changed, 4 insertions(+)

Also via github pull request:
https://github.com/tytso/xfstests-bld/pull/3

diff --git a/kvm-xfstests/util/parse_cli b/kvm-xfstests/util/parse_cli
index b42c8ba..0956ebb 100644
--- a/kvm-xfstests/util/parse_cli
+++ b/kvm-xfstests/util/parse_cli
@@ -26,6 +26,7 @@ print_help ()
     fi
     echo "	-o opts		- Extra kernel command line options"
     echo "	-r ram		- Specify memory to be used in megabytes"
+    echo "	-x group	- Exclude group of tests from running"
     echo "	-X test		- Exclude test from running"
     echo "	--kernel file	- Boot the specified kernel"
     if test "$GCE_XFSTESTS" != "yes" ; then
@@ -155,6 +156,9 @@ while [ "$1" != "" ]; do
 	-g) shift
 	    FSTESTSET="$FSTESTSET,-g,$1"
 	    ;;
+	-x) shift
+	    FSTESTSET="$FSTESTSET,-x,$1"
+	    ;;
 	-h|--help|help)
 	    print_help
 	    ;;
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Support xfstest -x group command line option
  2017-01-11  9:00 [PATCH] Support xfstest -x group command line option Amir Goldstein
@ 2017-01-31  2:44 ` Amir Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Amir Goldstein @ 2017-01-31  2:44 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: fstests

ping

On Wed, Jan 11, 2017 at 11:00 AM, Amir Goldstein <amir73il@gmail.com> wrote:
> Note that while kvm-xfstests -X <test> is NOT equivalent to
> the check -X command line option, kvm-xfstests -x <group> is
> exactly the same as check -x <group>.
>
> Signed-off-by: Amir Goldstein <amir73il@gmail.com>
> ---
>  kvm-xfstests/util/parse_cli | 4 ++++
>  1 file changed, 4 insertions(+)
>
> Also via github pull request:
> https://github.com/tytso/xfstests-bld/pull/3
>
> diff --git a/kvm-xfstests/util/parse_cli b/kvm-xfstests/util/parse_cli
> index b42c8ba..0956ebb 100644
> --- a/kvm-xfstests/util/parse_cli
> +++ b/kvm-xfstests/util/parse_cli
> @@ -26,6 +26,7 @@ print_help ()
>      fi
>      echo "     -o opts         - Extra kernel command line options"
>      echo "     -r ram          - Specify memory to be used in megabytes"
> +    echo "     -x group        - Exclude group of tests from running"
>      echo "     -X test         - Exclude test from running"
>      echo "     --kernel file   - Boot the specified kernel"
>      if test "$GCE_XFSTESTS" != "yes" ; then
> @@ -155,6 +156,9 @@ while [ "$1" != "" ]; do
>         -g) shift
>             FSTESTSET="$FSTESTSET,-g,$1"
>             ;;
> +       -x) shift
> +           FSTESTSET="$FSTESTSET,-x,$1"
> +           ;;
>         -h|--help|help)
>             print_help
>             ;;
> --
> 2.7.4
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-31  2:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11  9:00 [PATCH] Support xfstest -x group command line option Amir Goldstein
2017-01-31  2:44 ` Amir Goldstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.