summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-01-09 21:48:00 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-01-09 21:48:00 +0000
commite853d97cf3ca7be060856e1b98df4bd9a4987e0f (patch)
tree575b9bc6a11da722bf783db21b68e02a09c38676 /tests/runtests.py
parentf94212c61eb4771a4ca441cc2ba29a906cb48f36 (diff)
downloadpygtk-e853d97cf3ca7be060856e1b98df4bd9a4987e0f.tar.gz
recover tests from today's pygobject split
Diffstat (limited to 'tests/runtests.py')
-rw-r--r--tests/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 3ae71850..42f6a0c7 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -21,7 +21,7 @@ else:
common.importModules(buildDir=buildDir,
srcDir=srcDir)
-SKIP_FILES = ['common', 'runtests']
+SKIP_FILES = ['common', 'runtests', 'testmodule']
dir = os.path.split(os.path.abspath(__file__))[0]
os.chdir(dir)