From bc396b53ab5631ea32e22c5086c47cb2683aaa5d Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 17 Nov 2010 23:23:34 -0800 Subject: [PATCH] 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 --- misc/build_helpers/test-with-fake-pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.37.2