> It seems like the use_up_files command must work sometimes, since
> several iterations of the test worked (i.e. 6.1.1 and 6.1.2). I'm not
> sure what to make of the sequence of test failures and successes before
> it finally hangs.
>
> Since the comment indicates that this test is designed for a unix OS,
> shouldn't it be testing for that OS before running? I think it should be
> skipped much like the tests that depend upon the SQLITE_MEMDEBUG being
> defined.
>
> Does anyone with better TCL knowledge have any recommendations for
> either making these tests work under Windows, or detecting the OS so the
> tests can be skipped when not running under that OS?
It shouldn't be run on windows. I'll fix it. The fix is to wrap the
unix specific tests in a block like:
if {$tcl_platform(platform)=="unix"} {
...
}
Dan.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------