* [LTP] [PATCH 1/2] mc_opts: network/multicast/mc_opts/mc_opts script - bug fixing
@ 2010-07-16 6:12 sumitbd
2010-07-16 22:40 ` Garrett Cooper
0 siblings, 1 reply; 2+ messages in thread
From: sumitbd @ 2010-07-16 6:12 UTC (permalink / raw)
To: ltp-list
Test case "mc_opts" fails as it is not able to install "opts" and
"opts_e" files at desired location. This is because the path of these
files mentioned in the "mc_opts" script is incorrect. Following patch
fixes the above problem.
Signed-off-by: Sumit Dhoot <sumitbd@linsyssoft.com>
Index: ltp-full-20100630/testcases/network/multicast/mc_opts/mc_opts
===================================================================
--- ltp-full-20100630.orig/testcases/network/multicast/mc_opts/mc_opts
+++ ltp-full-20100630/testcases/network/multicast/mc_opts/mc_opts
@@ -57,7 +57,7 @@ setup()
mkdir -p $TCtmp
for i in $EXECUTABLES
do
- install -m 0755 "$LTPROOT/$i" "$TCtmp/."
+ install -m 0755 "$LTPROOT/testcases/bin/$i" "$TCtmp/."
done
}
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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
* Re: [LTP] [PATCH 1/2] mc_opts: network/multicast/mc_opts/mc_opts script - bug fixing
2010-07-16 6:12 [LTP] [PATCH 1/2] mc_opts: network/multicast/mc_opts/mc_opts script - bug fixing sumitbd
@ 2010-07-16 22:40 ` Garrett Cooper
0 siblings, 0 replies; 2+ messages in thread
From: Garrett Cooper @ 2010-07-16 22:40 UTC (permalink / raw)
To: sumitbd; +Cc: ltp-list
On Thu, Jul 15, 2010 at 11:12 PM, <sumitbd@linsyssoft.com> wrote:
> Test case "mc_opts" fails as it is not able to install "opts" and
> "opts_e" files at desired location. This is because the path of these
> files mentioned in the "mc_opts" script is incorrect. Following patch
> fixes the above problem.
>
> Signed-off-by: Sumit Dhoot <sumitbd@linsyssoft.com>
>
> Index: ltp-full-20100630/testcases/network/multicast/mc_opts/mc_opts
> ===================================================================
> --- ltp-full-20100630.orig/testcases/network/multicast/mc_opts/mc_opts
> +++ ltp-full-20100630/testcases/network/multicast/mc_opts/mc_opts
> @@ -57,7 +57,7 @@ setup()
> mkdir -p $TCtmp
> for i in $EXECUTABLES
> do
> - install -m 0755 "$LTPROOT/$i" "$TCtmp/."
> + install -m 0755 "$LTPROOT/testcases/bin/$i" "$TCtmp/."
> done
> }
ACK
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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:[~2010-07-16 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16 6:12 [LTP] [PATCH 1/2] mc_opts: network/multicast/mc_opts/mc_opts script - bug fixing sumitbd
2010-07-16 22:40 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox