All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] Fix the nfs runtest file
@ 2009-12-19  2:18 Jiri Palecek
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Palecek @ 2009-12-19  2:18 UTC (permalink / raw)
  Cc: ltp-list

Hello,

 The command "export X=Y cmd" means export variable X (valued Y) and
 variable cmd; it does not run cmd. To do the latter, you can write
 "X=Y cmd" (as in this patch) or "export X=Y; cmd"

Regards
    Jiri Palecek

Signed-off-by: Jiri Palecek <jpalecek@web.de>
---
 runtest/nfs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtest/nfs b/runtest/nfs
index 4f5d876..1cddcd6 100644
--- a/runtest/nfs
+++ b/runtest/nfs
@@ -2,10 +2,10 @@
 #
 # PLEASE READ THE README FILE IN /nfs BEFORE RUNNING THESE.
 #
-nfs01 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs01
-nfs02 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs02
-nfs03 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs03
-nfs04 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs04
+nfs01 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs01
+nfs02 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs02
+nfs03 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs03
+nfs04 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs04
 nfslock01 export VERSION; nfslock01
 
 # This will run 1 thread on 20 directories with 50 files in each.
-- 
1.6.4.3




------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] Fix the nfs runtest file
       [not found] <4b2c3830.4844f10a.06fd.fffff8f1SMTPIN_ADDED@mx.google.com>
@ 2009-12-19  4:04 ` Garrett Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Garrett Cooper @ 2009-12-19  4:04 UTC (permalink / raw)
  To: Jiri Palecek; +Cc: ltp-list

On Fri, Dec 18, 2009 at 6:18 PM, Jiri Palecek <jpalecek@web.de> wrote:
> Hello,
>
>  The command "export X=Y cmd" means export variable X (valued Y) and
>  variable cmd; it does not run cmd. To do the latter, you can write
>  "X=Y cmd" (as in this patch) or "export X=Y; cmd"
>
> Regards
>    Jiri Palecek
>
> Signed-off-by: Jiri Palecek <jpalecek@web.de>
> ---
>  runtest/nfs |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/runtest/nfs b/runtest/nfs
> index 4f5d876..1cddcd6 100644
> --- a/runtest/nfs
> +++ b/runtest/nfs
> @@ -2,10 +2,10 @@
>  #
>  # PLEASE READ THE README FILE IN /nfs BEFORE RUNNING THESE.
>  #
> -nfs01 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs01
> -nfs02 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs02
> -nfs03 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs03
> -nfs04 export VERSION SOCKET_TYPE; export TCbin=$LTPROOT/testcases/bin nfs04
> +nfs01 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs01
> +nfs02 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs02
> +nfs03 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs03
> +nfs04 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs04
>  nfslock01 export VERSION; nfslock01
>
>  # This will run 1 thread on 20 directories with 50 files in each.

Done -- thanks!
-Garrett

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2009-12-19  4:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-19  2:18 [LTP] [PATCH] Fix the nfs runtest file Jiri Palecek
     [not found] <4b2c3830.4844f10a.06fd.fffff8f1SMTPIN_ADDED@mx.google.com>
2009-12-19  4:04 ` Garrett Cooper

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.