Fix the --help option on test/releasetest.tcl. Also fix the final error
count so that it includes a count of subtest crashes. FossilOrigin-Name: 9ecf684dfe0cd7e3b058d208aca7eb600bf1d21b
This commit is contained in:
parent
0e8729dbe4
commit
b1031f05e0
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Attempt\sto\sdeclare\ssqlite3MemoryBarrier()\scorrectly\sfor\sall\spossible\nbuild\sconfigurations.
|
||||
D 2015-09-10T04:17:06.273
|
||||
C Fix\sthe\s--help\soption\son\stest/releasetest.tcl.\s\sAlso\sfix\sthe\sfinal\serror\ncount\sso\sthat\sit\sincludes\sa\scount\sof\ssubtest\scrashes.
|
||||
D 2015-09-10T15:20:49.998
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in f85066ce844a28b671aaeeff320921cd0ce36239
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -939,7 +939,7 @@ F test/rbu.test 168573d353cd0fd10196b87b0caa322c144ef736
|
||||
F test/rdonly.test 64e2696c322e3538df0b1ed624e21f9a23ed9ff8
|
||||
F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
|
||||
F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
|
||||
F test/releasetest.tcl cd2de2749aab7f45b2fe91b4a05431fc08e1692a
|
||||
F test/releasetest.tcl 5af0ca3d6a12471ffd9993c3efc00a553dfb2d41
|
||||
F test/resolver01.test f4022acafda7f4d40eca94dbf16bc5fc4ac30ceb
|
||||
F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea
|
||||
F test/rollback2.test fc14cf6d1a2b250d2735ef16124b971bce152f14
|
||||
@ -1384,7 +1384,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
|
||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||
P 6adc7de76acee6cfb5ff761739e7a8de7b5bf4b2
|
||||
R ab2159c48cb0bcac4127d05e9b297a43
|
||||
P da8a288f8ef4be34281519b4b4db9b857b9d168b
|
||||
R 7545e2ffdc9d93dfa2c3ab60e4d1ade2
|
||||
U drh
|
||||
Z 09155c7a88a3966f473df9eae10e03b4
|
||||
Z df71bf3f5c9a465760678d7dca77ac27
|
||||
|
@ -1 +1 @@
|
||||
da8a288f8ef4be34281519b4b4db9b857b9d168b
|
||||
9ecf684dfe0cd7e3b058d208aca7eb600bf1d21b
|
@ -292,7 +292,7 @@ set LOG [open releasetest-out.txt w]
|
||||
proc PUTS {args} {
|
||||
if {[llength $args]==2} {
|
||||
puts [lindex $args 0] [lindex $args 1]
|
||||
puts [lindex $args 0] $::LOG [lindex $args 1]
|
||||
puts $::LOG [lindex $args 1]
|
||||
} else {
|
||||
puts [lindex $args 0]
|
||||
puts $::LOG [lindex $args 0]
|
||||
@ -710,6 +710,7 @@ proc main {argv} {
|
||||
set sec [expr {$elapsetime%60}]
|
||||
set etime [format (%02d:%02d:%02d) $hr $min $sec]
|
||||
PUTS [string repeat * 79]
|
||||
incr ::NERRCASE $::NERR
|
||||
PUTS "$::NERRCASE failures out of $::NTESTCASE tests in $etime"
|
||||
if {$::SQLITE_VERSION ne ""} {
|
||||
PUTS "SQLite $::SQLITE_VERSION"
|
||||
|
Loading…
x
Reference in New Issue
Block a user