Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/shunit2/files: test.patch
Date: Sat, 26 Jun 2010 11:02:06
Message-Id: 20100626110201.54F4A2CF74@corvid.gentoo.org
1 jlec 10/06/26 11:02:01
2
3 Added: test.patch
4 Log:
5 Fixed src_test, #277097
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-util/shunit2/files/test.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/files/test.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/files/test.patch?rev=1.1&content-type=text/plain
13
14 Index: test.patch
15 ===================================================================
16 diff --git a/Makefile b/Makefile
17 index 080ba0c..629781e 100644
18 --- a/Makefile
19 +++ b/Makefile
20 @@ -70,7 +70,8 @@ docs-docbook-prep:
21 $(BIN_DIR)/docbookPrep.sh "$(DOCBOOK_SHARE_DIR)"; \
22 fi
23
24 -test: @echo "executing $(PROG) unit tests"
25 +test:
26 + @echo "executing $(PROG) unit tests"
27 ( cd $(TEST_SRC_DIR); ./shunit2_test.sh )
28
29 dist: dist-clean build docs