Hi, Testcase "nfs02" fails as script does not able to find following files ascii.jmb ascii.lg ascii.med ascii.sm This is because ltp's testcases/network/Makefile doesn't installed those. It is fixed with following patch.
Index: ltp-full-20100630/testcases/network/Makefile =================================================================== --- ltp-full-20100630.orig/testcases/network/Makefile +++ ltp-full-20100630/testcases/network/Makefile @@ -31,6 +31,7 @@ CLEAN_TARGETS += $(DIR) INSTALL_DIR := testcases/bin INSTALL_TARGETS := $(addprefix $(DIR)/bin.,sm med lg jmb) +INSTALL_TARGETS += $(addprefix $(DIR)/ascii.,sm med lg jmb) RM += -r Thanks & Regards Sumit Dhoot System Administrator Linsyssoft Technologies Pvt. Ltd. [email protected] ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
