On 3/31/08, Jim Dodgen <[EMAIL PROTECTED]> wrote:

> It makes ok, here is the output from "make test". the hang is after
>  "t/06error" it never finishes
>
>  DBD-SQLite-Amalgamation-3.5.7
>
>  # make test
>  PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
>  "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
>  t/00basic...............ok
>  t/01logon...............ok
>  t/02cr_table............ok
>  t/03insert..............ok
>  t/04select..............ok
>  t/05tran................ok
>  t/06error...............ok 1/2
>
>  (this never finishes)

In the beginnig there are unlink and connect commands in t/06 which
were successful in previous tests. So something may go wrong with eval
of the do test which should throw an error in [EMAIL PROTECTED] You could step 
in
with the debugger to see where's the fault.

-- 
Radek
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to