Thus said Stephan Beal on Sat, 06 Feb 2016 20:12:04 +0100:

> But this did the trick:
> 
> tclsh $PWD/../fossil/test/tester.tcl $PWD/../fossil/fossil

And now you shouldn't even need that trick:

http://www.fossil-scm.org/index.html/info/25f7d3c1030fa4aa

By the  way, I no longer  seem to be able  to run the full  set of tests
without running into a failure with json:

$ tclsh ../fossil-src/test/tester.tcl ../fossil-src/fossil
...
***** json ******
/tmp/fossil-src/fossil help -a
/tmp/fossil-src/fossil json
unexpected token ":" at position 1; expecting VALUE
    while executing
"unexpected $tokenCursor $token "VALUE""
    ("default" arm line 6)
    invoked from within
"switch -exact -- $leadingChar {
            "\{" {
                return [parseObject $tokens $nrTokens tokenCursor]
            }
            "\[" {..."
    (procedure "parseValue" line 11)
    invoked from within
"parseValue $tokens $nrTokens tokenCursor"
    (procedure "::json::json2dict" line 7)
    invoked from within
"::json::json2dict $RESULT"
    (file "/tmp/fossil-src/test/json.test" line 43)
    invoked from within
"source $testdir/$testfile.test"
    ("foreach" body line 8)
    invoked from within
"foreach testfile $argv {
  set dir [file root [file tail $testfile]]
  file delete -force $dir
  file mkdir $dir
  set origwd [pwd]
  cd $dir
  protOu..."
    (file "../fossil-src/test/tester.tcl" line 519)

Andy
-- 
TAI64 timestamp: 4000000056b65a73


_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to