public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] net: Install the missing file in network stress test
@ 2011-10-09  2:14 Hangbin Liu
  2012-10-09  2:33 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Hangbin Liu @ 2011-10-09  2:14 UTC (permalink / raw)
  To: LTP list

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

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

* Re: [LTP] [PATCH] net: Install the missing file in network stress test
  2011-10-09  2:14 [LTP] [PATCH] net: Install the missing file in network stress test Hangbin Liu
@ 2012-10-09  2:33 ` Wanlong Gao
  0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2012-10-09  2:33 UTC (permalink / raw)
  To: Hangbin Liu; +Cc: LTP list

On 10/09/2011 10:14 AM, Hangbin Liu wrote:
> 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>

Pushed, thank you.

Wanlong Gao


------------------------------------------------------------------------------
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

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

end of thread, other threads:[~2012-10-09  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09  2:14 [LTP] [PATCH] net: Install the missing file in network stress test Hangbin Liu
2012-10-09  2:33 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox