From e56e1c1caaa08325fdf398ac385bb804aa46c269 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Thu, 1 Feb 2007 19:00:56 +0000 Subject: apparently I'm retarded and missed some of the tests.. svn path=/main/trunk/; revision=5864 --- tests/runTests | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 tests/runTests (limited to 'tests/runTests') diff --git a/tests/runTests b/tests/runTests deleted file mode 100755 index c44d36788..000000000 --- a/tests/runTests +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/python -# runTests.py -- Portage Unit Test Functionality -# Copyright 2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - - -import os, sys -import os.path as osp - -# Insert our parent dir so we can do shiny import "tests" -# This line courtesy of Marienz and Pkgcore ;) -sys.path.insert(0, osp.dirname(osp.dirname(osp.abspath(__file__)))) - -# Grab SVN portage files instead of normal ones. -sys.path.insert(0, os.path.join(sys.path[0], "pym")) - -import tests -if __name__ == "__main__": - result = tests.main() - if result.failures: - sys.exit(1) -- cgit v1.2.3-1-g7c22