Re: [sqlite] errors running test suite (couldn't execute "testfixture")

2010-08-20 Thread Paweł Hajdan , Jr .
After updating the tests run fine now. Thanks for the quick update!

By the way, I usually avoid having "." in the PATH for security reasons.

On Fri, Aug 20, 2010 at 05:30, Dan Kennedy  wrote:

>
> On Aug 20, 2010, at 6:07 AM, Paweł Hajdan, Jr. wrote:
>
> > I updated to latest fossil version, ran make distclean, ./configure,
> > make,
> > make test and got this:
>
> Thanks for this report. The test code was assuming that "."
> was in your PATH variable. Fixed now.
>
> > What should I do to make it pass?
>
> Either add "." to the PATH variable or do another update.
>
> Dan.
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] errors running test suite (couldn't execute "testfixture")

2010-08-20 Thread Dan Kennedy

On Aug 20, 2010, at 6:07 AM, Paweł Hajdan, Jr. wrote:

> I updated to latest fossil version, ran make distclean, ./configure,  
> make,
> make test and got this:

Thanks for this report. The test code was assuming that "."
was in your PATH variable. Fixed now.

> What should I do to make it pass?

Either add "." to the PATH variable or do another update.

Dan.

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


[sqlite] errors running test suite (couldn't execute "testfixture")

2010-08-19 Thread Paweł Hajdan , Jr .
I updated to latest fossil version, ran make distclean, ./configure, make,
make test and got this:

avtrans-9.19.4-5116... Ok
avtrans-9.19.5-5116... Ok
avtrans-9.20.1-5640... Ok
avtrans-9.20.2-5640... Ok
avtrans-10.1... Ok
avtrans.test-closeallfiles... Ok
avtrans.test-sharedcachesetting... Ok
Time: avtrans.test 6915 ms
Memory used:  now 16  max2372872  max-size 530991
Allocation count: now  1  max   3346
Page-cache used:  now  0  max  0  max-size   1272
Page-cache overflow:  now  0  max 759264
Scratch memory used:  now  0  max  0
Scratch overflow: now  0  max   8384  max-size   8384
./testfixture: couldn't execute "testfixture": no such file or directory
while executing
"open "|$prg tf_main.tcl" r+"
(procedure "launch_testfixture" line 5)
invoked from within
"launch_testfixture $binary"
(procedure "get_version" line 2)
invoked from within
"get_version $bin"
("foreach" body line 2)
invoked from within
"foreach bin $binaries {
  puts "Testing against $bin - version [get_version $bin]"
}"
(file "./test/backcompat.test" line 55)
invoked from within
"source ./test/backcompat.test"
invoked from within
"interp eval tinterp $script"
(procedure "slave_test_script" line 24)
invoked from within
"slave_test_script [list source $zFile] "
invoked from within
"time { slave_test_script [list source $zFile] }"
(procedure "slave_test_file" line 14)
invoked from within
"slave_test_file $::testdir/$file"
(procedure "run_tests" line 12)
invoked from within
"run_tests veryquick -presql {} -files {shared3.test bigfile.test
where9.test tkt3419.test sync.test fts1o.test fts2f.test misc2.test
tkt3541.test type..."
("uplevel" body line 1)
invoked from within
"uplevel run_tests $name $::testspec($name)"
(procedure "run_test_suite" line 5)
invoked from within
"run_test_suite veryquick"
(file "./test/veryquick.test" line 16)
make: *** [test] Error 1

What should I do to make it pass?
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users