projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dc740
)
tests: change test-with-fake-pkg to exercise a test suite which actually requires...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 18 Nov 2010 07:23:34 +0000
(23:23 -0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 18 Nov 2010 07:23:34 +0000
(23:23 -0800)
misc/build_helpers/test-with-fake-pkg.py
patch
|
blob
|
history
diff --git
a/misc/build_helpers/test-with-fake-pkg.py
b/misc/build_helpers/test-with-fake-pkg.py
index 85395152525d4fb5bf7990fbf5d9657fc4c34edb..d4ae7311db23903d516da1f3bdb0abb350f8da87 100644
(file)
--- 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_ba
se62
"
+testsuite = "allmydata.test.test_ba
ckupdb
"
pkgdirname = os.path.join(os.getcwd(), fakepkgdir, '%s-%s.egg' % (fakepkgname, fakepkgversion))