From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 35CA81381F3 for ; Mon, 16 Sep 2013 00:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C131E0C40; Mon, 16 Sep 2013 00:19:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1B0AE0C40 for ; Mon, 16 Sep 2013 00:19:43 +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 542BC33EA97 for ; Mon, 16 Sep 2013 00:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 08FCBE530A for ; Mon, 16 Sep 2013 00:19:41 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1379285188.422bdd968daad001c3cd39d06d2321ba54f635e3.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: scripts/ X-VCS-Repository: proj/g-sorcery X-VCS-Files: scripts/all_pythons.sh X-VCS-Directories: scripts/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 422bdd968daad001c3cd39d06d2321ba54f635e3 X-VCS-Branch: master Date: Mon, 16 Sep 2013 00:19:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed25ea56-fea6-4bc3-898e-2b1b186fef5c X-Archives-Hash: 84624f27082b8b5c2169fa533b4fa669 commit: 422bdd968daad001c3cd39d06d2321ba54f635e3 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Sun Sep 15 22:46:28 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Sun Sep 15 22:46:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=422bdd96 scripts/all_pythons.sh: show python version --- scripts/all_pythons.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh index 136239c..a31dbea 100755 --- a/scripts/all_pythons.sh +++ b/scripts/all_pythons.sh @@ -4,5 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" for VER in 2.7 3.2 3.3 #2.6 to be added later do + echo + echo "testing python${VER}" python${VER} ${DIR}/run_tests.py done