mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-15 13:58:22 +00:00
create/test/upload tahoe-lafs-VERSION-osx.pkg, not tahoe-lafs-osx.pkg
Closes ticket:2393
This commit is contained in:
@ -85,7 +85,11 @@ def test_osx_pkg(pkgfile):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print "Testing..."
|
||||
test_osx_pkg('tahoe-lafs-osx.pkg')
|
||||
pkgs = [fn for fn in os.listdir(".") if fn.endswith("-osx.pkg")]
|
||||
if len(pkgs) != 1:
|
||||
print "ERR: unable to find a single .pkg file:", pkgs
|
||||
sys.exit(1)
|
||||
print "Testing %s ..." % pkgs[0]
|
||||
test_osx_pkg(pkgs[0])
|
||||
print "Looks OK!"
|
||||
|
||||
|
Reference in New Issue
Block a user