public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Hangbin Liu <liuhangbin@gmail.com>
To: LTP list <ltp-list@lists.sourceforge.net>
Subject: [LTP] [PATCH] net: Install the missing file in network stress test
Date: Sun,  9 Oct 2011 10:14:09 +0800	[thread overview]
Message-ID: <1318126449-3660-1-git-send-email-liuhangbin@gmail.com> (raw)

Some network stress test (dns, ftp, http) will lost local scripts while
install. Remove the "-" in makefile fixed this issue.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 testcases/network/stress/dns/Makefile  |    2 +-
 testcases/network/stress/ftp/Makefile  |    2 +-
 testcases/network/stress/http/Makefile |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testcases/network/stress/dns/Makefile b/testcases/network/stress/dns/Makefile
index a627839..d15ce29 100644
--- a/testcases/network/stress/dns/Makefile
+++ b/testcases/network/stress/dns/Makefile
@@ -24,7 +24,7 @@ top_srcdir		?= ../../../..
 
 include $(top_srcdir)/include/mk/env_pre.mk
 
-INSTALL_TARGETS		:= dns-*
+INSTALL_TARGETS		:= dns*
 
 MAKE_TARGETS		:=
 
diff --git a/testcases/network/stress/ftp/Makefile b/testcases/network/stress/ftp/Makefile
index a1a5224..1a1e9f4 100644
--- a/testcases/network/stress/ftp/Makefile
+++ b/testcases/network/stress/ftp/Makefile
@@ -24,7 +24,7 @@ top_srcdir		?= ../../../..
 
 include $(top_srcdir)/include/mk/env_pre.mk
 
-INSTALL_TARGETS		:= ftp-*
+INSTALL_TARGETS		:= ftp*
 
 MAKE_TARGETS		:=
 
diff --git a/testcases/network/stress/http/Makefile b/testcases/network/stress/http/Makefile
index 35d9e5f..0523238 100644
--- a/testcases/network/stress/http/Makefile
+++ b/testcases/network/stress/http/Makefile
@@ -24,7 +24,7 @@ top_srcdir		?= ../../../..
 
 include $(top_srcdir)/include/mk/env_pre.mk
 
-INSTALL_TARGETS		:= http-*
+INSTALL_TARGETS		:= http*
 
 MAKE_TARGETS		:=
 
-- 
1.7.7.6


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

             reply	other threads:[~2012-10-09  2:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-09  2:14 Hangbin Liu [this message]
2012-10-09  2:33 ` [LTP] [PATCH] net: Install the missing file in network stress test Wanlong Gao

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=1318126449-3660-1-git-send-email-liuhangbin@gmail.com \
    --to=liuhangbin@gmail.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