public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: sumitbd@linsyssoft.com
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH 1/2] mc_opts: network/multicast/mc_opts/mc_opts script - bug fixing
Date: Fri, 16 Jul 2010 11:42:08 +0530	[thread overview]
Message-ID: <1279260728.4313.1.camel@sumit> (raw)

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

             reply	other threads:[~2010-07-16  6:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16  6:12 sumitbd [this message]
2010-07-16 22:40 ` [LTP] [PATCH 1/2] mc_opts: network/multicast/mc_opts/mc_opts script - bug fixing Garrett Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1279260728.4313.1.camel@sumit \
    --to=sumitbd@linsyssoft.com \
    --cc=ltp-list@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox