From b1b3a560acfd5bb0d1d9fb54ed92d604e5e98af4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 14 Dec 2009 01:22:46 +0100 Subject: [PATCH] Move client-side test scripts to client/lib/tests --- Makefile | 4 ++-- client/lib/{ => tests}/Sys-Load.tst | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename client/lib/{ => tests}/Sys-Load.tst (100%) diff --git a/Makefile b/Makefile index c757d38..3ef6ac5 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install-client: install -o 0 -g 0 -m 600 -p \ client/etc/nagcollect.conf /usr/local/etc/nagcollect.conf install -d -o 0 -g 0 -m 755 /usr/local/lib/nagcollect - (cd client/lib; find . -name '*.tst' | \ + (cd client/lib/tests; find . -name '*.tst' | \ while read x; do \ install -d -o 0 -g 0 -m 755 `dirname "/usr/local/lib/nagcollect/$$x"`; \ install -o 0 -g 0 -m 644 "$$x" "/usr/local/lib/nagcollect/$$x"; \ @@ -43,7 +43,7 @@ install-client: ) nagcollecttestscripts: - tar -czvf nagcollecttestscripts.tgz -C client/lib . + tar -czvf nagcollecttestscripts.tgz -C client/lib/tests . .PHONY: all install install-all install-server install-client \ nagcollecttestscripts diff --git a/client/lib/Sys-Load.tst b/client/lib/tests/Sys-Load.tst similarity index 100% rename from client/lib/Sys-Load.tst rename to client/lib/tests/Sys-Load.tst -- 2.39.2