Comment 1 for bug 315737

Revision history for this message
Marius Kruger (amanica) wrote :

this sort of thing happens to me too, see the following sequence of evets (I removed some lines for briefness)

$ make clean
find . -name "*.pyc" -o -name "*.pyo" -o -name "*.so" | xargs rm -f

$ bt bzrlib.tests.test_osutils.TestChunksToLines.test_is_compiled
ERROR: test_osutils.TestChunksToLines.test_is_compiled
    No module named _chunks_to_lines_pyx
tests failed

$ make
$ bt bzrlib.tests.test_osutils.TestChunksToLines.test_is_compiled
tests passed