[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests -
test_appsupport.py:1.4
Fred L. Drake, Jr.
fred at zope.com
Mon May 24 11:18:23 EDT 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests
In directory cvs.zope.org:/tmp/cvs-serv32211/zpkgtools/tests
Modified Files:
test_appsupport.py
Log Message:
add "check" as the more widely familiar name for "test"
("check" is the name recommended by the GNU coding standards, FWIW)
=== Packages/zpkgtools/zpkgtools/tests/test_appsupport.py 1.3 => 1.4 ===
--- Packages/zpkgtools/zpkgtools/tests/test_appsupport.py:1.3 Tue May 18 12:41:03 2004
+++ Packages/zpkgtools/zpkgtools/tests/test_appsupport.py Mon May 24 11:18:22 2004
@@ -83,6 +83,8 @@
self.assertEqual(rc, 0)
rc = os.system("make -n install >/dev/null")
self.assertEqual(rc, 0)
+ rc = os.system("make -n check >/dev/null")
+ self.assertEqual(rc, 0)
rc = os.system("make -n test >/dev/null")
self.assertEqual(rc, 0)
finally:
More information about the Zope-CVS
mailing list