This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients jerry.seutter, nnorwitz, skip.montanaro
Date 2008-03-19.02:16:22
SpamBayes Score 0.05690808
Marked as misclassified No
Message-id <1205892984.51.0.830296803464.issue2403@psf.upfronthosting.co.za>
In-reply-to
Content
How will this work if I use a build directory?  For example,
my source is in ~/src/python/trunk.  In there I create a
build directory.  When I run it I get

% pwd
/Users/skip/src/python/trunk/build
% ./python.exe ../Tools/coverage/coverage.py 
Running tests...
Traceback (most recent call last):
  File "figleaf-latest/bin/figleaf", line 4, in <module>
    figleaf.main()
  File
"/Users/skip/src/python/trunk/build/figleaf-latest/figleaf/__init__.py",
line 302, in main
    execfile(sys.argv[0], __main__.__dict__)
IOError: [Errno 2] No such file or directory: '../../Lib/test/regrtest.py'
Generating html...
CANNOT OPEN: @test
figleaf: HTML output written to ../../coverage

I think this mode should work.  I prefer not to pollute my
source tree with build information.

Skip
History
Date User Action Args
2008-03-19 02:16:24skip.montanarosetspambayes_score: 0.0569081 -> 0.05690808
recipients: + skip.montanaro, nnorwitz, jerry.seutter
2008-03-19 02:16:24skip.montanarosetspambayes_score: 0.0569081 -> 0.0569081
messageid: <1205892984.51.0.830296803464.issue2403@psf.upfronthosting.co.za>
2008-03-19 02:16:23skip.montanarolinkissue2403 messages
2008-03-19 02:16:22skip.montanarocreate