From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SaU3t-0001pA-Pu for garchives@archives.gentoo.org; Fri, 01 Jun 2012 15:46:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B13E2E068E; Fri, 1 Jun 2012 15:46:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 768CDE0700 for ; Fri, 1 Jun 2012 15:46:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 922F71B401E for ; Fri, 1 Jun 2012 15:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 54199E5431 for ; Fri, 1 Jun 2012 15:46:35 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1338562716.8c6654317cc7d17cdb6014b30d1d8c51cbbfa32a.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: Makefile test_ebuildcreation.sh X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 8c6654317cc7d17cdb6014b30d1d8c51cbbfa32a X-VCS-Branch: master Date: Fri, 1 Jun 2012 15:46:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3e0d94a2-a9ee-477c-bcf3-f53194192d34 X-Archives-Hash: b879a6377a7b0993c3ea120987c2a792 commit: 8c6654317cc7d17cdb6014b30d1d8c51cbbfa32a Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Fri Jun 1 14:58:36 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Fri Jun 1 14:58:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3D8c665431 temporary files: test scripts * removed test-desc from Makefile and added test-ebuild_creation2 * added PYTHON=3D2|3 to test_ebuildcreation.sh modified: Makefile modified: test_ebuildcreation.sh --- Makefile | 11 +++++------ test_ebuildcreation.sh | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 10911c0..abc4fe8 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,11 @@ EXAMPLES =3D ./examples PYVER =3D 3 PY =3D python$(PYVER) =20 -PY_DESC_TESTER =3D ./run_descreader.py PY_NOP =3D ./nop.py PY_EBU =3D ./run_ebuildcreation.py +PY_EBU2 =3D ./test_ebuildcreation.sh =20 -.PHONY: default dummy test test-nop \ - test-ebuild_creation test-desc +.PHONY: default dummy test test-nop test-ebuild_creation test-ebuild_cre= ation2 =20 default: dummy test =20 @@ -25,7 +24,7 @@ test-nop: $(PY_NOP) test-ebuild_creation: test-nop $(PY_EBU) $(EXAMPLES)/packages $(PY) $(PY_EBU) $(EXAMPLES)/packages/*.tar.gz =20 -test-desc: test-nop $(PY_DESC_TESTER) $(EXAMPLES)/packages - $(PY) $(PY_DESC_TESTER) $(EXAMPLES)/packages/*.tar.gz +test-ebuild_creation2: test-nop $(PY_EBU) $(PY_EBU2) $(EXAMPLES)/package= s /bin/bash + PYTHON=3D$(PY) /bin/bash $(PY_EBU2) -q 1000 =20 -test: test-nop test-desc test-ebuild_creation +test: test-nop test-ebuild_creation test-ebuild_creation2 diff --git a/test_ebuildcreation.sh b/test_ebuildcreation.sh index 7f838e8..71b352d 100755 --- a/test_ebuildcreation.sh +++ b/test_ebuildcreation.sh @@ -6,7 +6,7 @@ readonly _SELF=3D"${0##*/}" readonly _SELF_NAME=3D"${_SELF%.*sh}" readonly TEST_SECTION=3D"${_SELF_NAME#test_}" # -readonly py=3Dpython3 +readonly py=3D${PYTHON:-python3} # _ROOT=3D`pwd` if [[ ! -e "${_ROOT}/examples" ]]; then