On Wed, Sep 18, 2013 at 08:38:50AM +0100, Garth N. Wells wrote: > On 18 September 2013 08:26, Anders Logg <[email protected]> wrote: > > On Tue, Sep 17, 2013 at 09:42:06PM +0100, Garth N. Wells wrote: > >> On 17 September 2013 19:59, Anders Logg <[email protected]> wrote: > >> > On Mon, Sep 16, 2013 at 11:07:51PM +0100, Garth N. Wells wrote: > >> >> Recent demo doc changes lead to the below error when running 'make > >> >> runtests'. > >> >> > >> >> Garth > >> >> > >> >> code block: > >> >> from dolfin import * > >> >> Traceback (most recent call last): > >> >> File "verify_demo_code_snippets.py", line 177, in <module> > >> >> block_source[directory]) > >> >> File "verify_demo_code_snippets.py", line 61, in verify_blocks > >> >> in_source = block_in_source(line, block, sources) > >> >> File "verify_demo_code_snippets.py", line 118, in block_in_source > >> >> raise RuntimeError("No source file!") > >> >> RuntimeError: No source file! > >> > > >> > Hmm... make run_doctest works fine for me with fix-issue-120 merged, > >> > and the next branch also looks ok on the buildbot. Is it still failing? > >> > >> Yes. > > > > Which branch? Works fine for me with the `test` branch. > > > > next > > > Something you or I need to clean out before running the test? > > > > Run 'git clean -fdx' from the top level directory to be sure that your > repo is clean.
That took care of it. The missing file which mysteriously disappeared in a merge has been added back now. Does it work now? -- Anders _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
