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 EBA40138ACF for ; Sat, 21 Feb 2015 18:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93AA5E08D9; Sat, 21 Feb 2015 18:06:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14B39E08D9 for ; Sat, 21 Feb 2015 18:06:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A814340A4B for ; Sat, 21 Feb 2015 18:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B721240D for ; Sat, 21 Feb 2015 18:06:43 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1424541970.59e70fb5680779318d481b6883774e4e55446795.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/Makefile X-VCS-Directories: tests/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 59e70fb5680779318d481b6883774e4e55446795 X-VCS-Branch: master Date: Sat, 21 Feb 2015 18:06:43 +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: a5c8d61b-8bad-418c-8f63-a6c23fd60852 X-Archives-Hash: 94b94e78b4da1d211e50d4cf67d51380 commit: 59e70fb5680779318d481b6883774e4e55446795 Author: Mike Frysinger gentoo org> AuthorDate: Sat Feb 21 18:04:15 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Feb 21 18:06:10 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=59e70fb5 tests: qmerge: enable tests --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 8784fce..0fc448a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ TESTS = \ reinitialize atom_compare atom_explode mkdir \ - qdepends qfile qlist qtbz2 quse qxpak \ + qdepends qfile qlist qmerge qtbz2 quse qxpak \ install profile source all: check