In releasetest.tcl, omit the CC=clang text from the label on Sanitize tests,

so that the label fits on an 80-character line.

FossilOrigin-Name: 23d4c07eb81db5a5c6beb56b5820f0b6501f1fb6
This commit is contained in:
drh 2015-01-03 18:59:17 +00:00
parent b96ef64921
commit a780d8d767
3 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Fix\sa\sharmless\scompiler\swarning.
D 2015-01-02T21:54:32.064
C In\sreleasetest.tcl,\somit\sthe\sCC=clang\stext\sfrom\sthe\slabel\son\sSanitize\stests,\nso\sthat\sthe\slabel\sfits\son\san\s80-character\sline.
D 2015-01-03T18:59:17.732
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 335e2d3ff0f2455eacbfa3075fc37495e3321410
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -801,7 +801,7 @@ F test/randexpr1.test eda062a97e60f9c38ae8d806b03b0ddf23d796df
F test/rdonly.test dd30a4858d8e0fbad2304c2bd74a33d4df36412a
F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
F test/releasetest.tcl facd103f341b2ecb5b86569b7e657d59027bd9dd
F test/releasetest.tcl fcdb3fb8a84218cbc0d8d65c00375851e05d1966
F test/resolver01.test 33abf37ff8335e6bf98f2b45a0af3e06996ccd9a
F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea
F test/rollback2.test fc14cf6d1a2b250d2735ef16124b971bce152f14
@ -1234,7 +1234,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P acb0d1e8324f19da3d4d577d58748848de1bcef7
R d42b2335f1c6a43df94caae9f8ce1686
P e0de580726a0ed35565783ed14440ef9bcdc3a3d
R f6cee47d01cb42bf3184c460b0355569
U drh
Z 834db2bdaa5aa08321cd4ddc946d3c7f
Z f9858d5c3468a9943c6533c5ebc7e99c

View File

@ -1 +1 @@
e0de580726a0ed35565783ed14440ef9bcdc3a3d
23d4c07eb81db5a5c6beb56b5820f0b6501f1fb6

View File

@ -259,6 +259,8 @@ proc run_test_suite {name testtarget config} {
#
set cflags "-g"
set opts ""
set title ${name}($testtarget)
regsub -all {#[^\n]*\n} $config \n config
foreach arg $config {
if {[string match -D* $arg]} {
@ -286,7 +288,6 @@ proc run_test_suite {name testtarget config} {
dryrun file mkdir $dir
if {!$::DRYRUN} {
set title ${name}($testtarget)
set n [string length $title]
puts -nonewline "${title}[string repeat . [expr {63-$n}]]"
flush stdout