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

This commit is contained in:
Zooko O'Whielacronx 2010-11-17 23:23:34 -08:00
parent 93dc740f01
commit bc396b53ab

View File

@ -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))