-C Fix\sbackcompat.test\sso\sthat\sit\sworks\swith\swindows\smandatory\slocking.
-D 2010-08-19T17:16:11
+C Avoid\sassuming\sthat\sthe\suser\shas\s"."\sin\stheir\spath\swhen\srunning\smulti-process\stests.
+D 2010-08-20T12:31:30
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 543f91f24cd7fee774ecc0a61c19704c0c3e78fd
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
F test/lock5.test b2abb5e711bc59b0eae00f6c97a36ec9f458fada
F test/lock6.test 8df56060f396151777390982422c800d026e1722
F test/lock7.test 64006c84c1c616657e237c7ad6532b765611cf64
-F test/lock_common.tcl 751d4d6b1d97e1e1266b4126e0a123f1e8d7346b
+F test/lock_common.tcl 6586fc80d8518aa3c7da08af033bbd283ed6fca8
F test/lookaside.test 382e7bc2fab23d902c8eafb1b9ed7ababfff75a6
F test/main.test 9d7bbfcc1b52c88ba7b2ba6554068ecf9939f252
F test/make-where7.tcl 05c16b5d4f5d6512881dfec560cb793915932ef9
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 7999910e85b1f24c5860425ba47e7ab10c22e887
-R 2312b59b9cab0b977ed7b7f3e201421e
+P 8d05f66db7d6e8b8916fcf22fa92159d863d2610
+R 3cb626532d96dbbd2c42f67aa60740fe
U dan
-Z e72bc2907346bae2124df9a31e8a0e8b
+Z 1b26b23e6878cdb3ce0d4315c76a4f13
-8d05f66db7d6e8b8916fcf22fa92159d863d2610
\ No newline at end of file
+daa5d461b98fc068cbba52d338ca8690edd27bc9
\ No newline at end of file
# down by closing the channel.
proc launch_testfixture {{prg ""}} {
write_main_loop
- if {$prg eq ""} { set prg [info nameofexec] }
+ if {$prg eq ""} { set prg [file join . [info nameofexec]] }
if {$prg eq ""} { set prg [file join . testfixture] }
+ if {[file tail $prg]==$prg} { set prg [file join . $prg] }
set chan [open "|$prg tf_main.tcl" r+]
fconfigure $chan -buffering line
set rc [catch {