Chris Werner <[EMAIL PROTECTED]> wrote:
> So... 
> 
> sqlite-3.3.5
> 
> Would you expect ./testfixture ./test/quick.test to pass with "0 errors out
> of 24922 tests"
> 
> But ./testfixture ./test/all.test to bail abruptly with:
> 
> btree2-2.5... Ok
> btree2-2.6...
> Error: invalid command name "btree_cursor_info"

This error is because you did not compile with -DSQLITE_DEBUG=1,
which is a requirement (apparently) if the test infrastructure is
to work.  The test infrastructure is omitted from ordinary
builds since it would bloat the code.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to