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 <[email protected]> --- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
