From: Zooko O'Whielacronx Date: Thu, 18 Nov 2010 07:23:34 +0000 (-0800) Subject: tests: change test-with-fake-pkg to exercise a test suite which actually requires... X-Git-Url: https://git.rkrishnan.org/uri//%22%22?a=commitdiff_plain;h=bc396b53ab5631ea32e22c5086c47cb2683aaa5d;p=tahoe-lafs%2Ftahoe-lafs.git tests: change test-with-fake-pkg to exercise a test suite which actually requires pycryptopp, thus making this a better test which can detect ill-installed pycryptopp --- diff --git a/misc/build_helpers/test-with-fake-pkg.py b/misc/build_helpers/test-with-fake-pkg.py index 85395152..d4ae7311 100644 --- a/misc/build_helpers/test-with-fake-pkg.py +++ b/misc/build_helpers/test-with-fake-pkg.py @@ -16,7 +16,7 @@ import glob, os, subprocess, sys fakepkgdir = 'misc/build_helpers/fakepkgs' fakepkgname = "pycryptopp" fakepkgversion = "0.5.13" -testsuite = "allmydata.test.test_base62" +testsuite = "allmydata.test.test_backupdb" pkgdirname = os.path.join(os.getcwd(), fakepkgdir, '%s-%s.egg' % (fakepkgname, fakepkgversion))