mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Further test file tweaks to run with SQLITE_OS_WINRT builds.
FossilOrigin-Name: 54853421ba012c192ee2a41873e6ba10e187a6ec2e23182ccbec56864604166f
This commit is contained in:
@ -1776,6 +1776,11 @@ proc crashsql {args} {
|
||||
# cfSync(), which can be different then what TCL uses by
|
||||
# default, so here we force it to the "nativename" format.
|
||||
set cfile [string map {\\ \\\\} [file nativename [file join [get_pwd] $crashfile]]]
|
||||
ifcapable winrt {
|
||||
# Except on winrt. Winrt has no way to transform a relative path into
|
||||
# an absolute one, so it just uses the relative paths.
|
||||
set cfile $crashfile
|
||||
}
|
||||
|
||||
set f [open crash.tcl w]
|
||||
puts $f "sqlite3_initialize ; sqlite3_shutdown"
|
||||
|
Reference in New Issue
Block a user