summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f7f0e5)
raw | patch | inline | side by side (parent: 4f7f0e5)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Jan 2002 05:53:46 +0000 (05:53 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Jan 2002 05:53:46 +0000 (05:53 +0000) |
... they are no longer run in the setup, since they take too long
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@590 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@590 57a73879-2fb5-44c3-a270-3262357dd7e2
run_tests | [new file with mode: 0755] | patch | blob |
diff --git a/run_tests b/run_tests
--- /dev/null
+++ b/run_tests
@@ -0,0 +1,22 @@
+#! /usr/bin/env python
+#
+# Copyright (c) 2001 Richard Jones
+# This module is free software, and you may redistribute it and/or modify
+# under the same terms as Python, so long as this copyright message and
+# disclaimer are retained in their original form.
+#
+# This module is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $
+
+import test
+test.go()
+
+#
+# $Log: not supported by cvs2svn $
+#
+#
+#
+# vim: set filetype=python ts=4 sw=4 et si