Re: [sqlite] autoindex1 test fail on linux debian

2010-11-25 Thread Yoni
That worked.
Thanks for the answer.

On 25/11/2010 11:00 AM, Dan Kennedy wrote:
> On 11/25/2010 02:43 PM, Yoni wrote:
>> Hi,
>>
>> I get the following fail when running sqlite3 tests, under linux debian,
>> with TCL 8.4.
>> Code is latest from fossil.
>> Any help appreciated.
>
> Try with 8.5 or newer.
>
>
> ___
> 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] autoindex1 test fail on linux debian

2010-11-25 Thread Dan Kennedy
On 11/25/2010 02:43 PM, Yoni wrote:
> Hi,
>
> I get the following fail when running sqlite3 tests, under linux debian,
> with TCL 8.4.
> Code is latest from fossil.
> Any help appreciated.

Try with 8.5 or newer.


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


[sqlite] autoindex1 test fail on linux debian

2010-11-24 Thread Yoni
Hi,

I get the following fail when running sqlite3 tests, under linux debian, 
with TCL 8.4.
Code is latest from fossil.
Any help appreciated.

Yoni.

autoindex1-400... Ok
autoindex1-401... Ok
./testfixture: extra characters after close-brace
 while compiling
"uplevel do_test $testname [list "execsql {$sql}"] [list [list {*}$result]]
"
 (compiling body of proc "do_execsql_test", line 3)
 invoked from within
"do_execsql_test autoindex1-500 {
   CREATE TABLE t501(a INTEGER PRIMARY KEY, b);
   CREATE TABLE t502(x INTEGER PRIMARY KEY, y);
   EXPLAIN QUERY PLAN
   ..."
 (file "../test/autoindex1.test" line 143)
 invoked from within
"source ../test/autoindex1.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 $file"
 (procedure "run_tests" line 13)
 invoked from within
"run_tests veryquick -presql {} -files {bigfile.test shared3.test 
tkt3419.test where9.test fts1o.test fts2f.test sync.test misc2.test 
e_select2.test se..."
 ("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

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