Disable the temptrigger.test test script when shared cache is disabled.
Ticket #3801. (CVS 6507) FossilOrigin-Name: feedbce8f149820d082ecde4437109cc6b6ea0e3
This commit is contained in:
parent
685cd6f663
commit
b818008784
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C nMax\scan\sbe\szero\sand\ssubtracting\s1\sfrom\san\sunsigned\szero\sproduces\sundesirable\sresults\s(CVS\s6506)
|
||||
D 2009-04-14T18:44:39
|
||||
C Disable\sthe\stemptrigger.test\stest\sscript\swhen\sshared\scache\sis\sdisabled.\nTicket\s#3801.\s(CVS\s6507)
|
||||
D 2009-04-15T13:07:19
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -557,7 +557,7 @@ F test/tableapi.test 505031f15b18a750184d967d2c896cf88fcc969c
|
||||
F test/tclsqlite.test 8b1150d0486c4848c70d96422513a91c5342be0e
|
||||
F test/tempdb.test b88ac8a19823cf771d742bf61eef93ef337c06b1
|
||||
F test/temptable.test 5d8ca46be28cc06c887c5a77df650843b7edbae1
|
||||
F test/temptrigger.test 8fc2ce469590465f85b8cc4176e0fe4595b3bf62
|
||||
F test/temptrigger.test b0273db072ce5f37cf19140ceb1f0d524bbe9f05
|
||||
F test/tester.tcl b22f925f3c6eea6283e29a81a7379091ca89ab40
|
||||
F test/thread001.test a3e6a7254d1cb057836cb3145b60c10bf5b7e60f
|
||||
F test/thread002.test afd20095e6e845b405df4f2c920cb93301ca69db
|
||||
@ -717,7 +717,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P d0a8bd6a53c5da0ac6b88818f82c7f7d330b527a
|
||||
R d56036d84dd34b957b5b44bc1a5365cf
|
||||
U aswift
|
||||
Z d875c935111ab458c0af133f3a6bf1c5
|
||||
P a117d82dad82bc372bc1e3f1adb9540c1accf851
|
||||
R dbf3719f4902511d7b1456904a62a380
|
||||
U drh
|
||||
Z 2b53246a210d9f0ce8529724a14ad264
|
||||
|
@ -1 +1 @@
|
||||
a117d82dad82bc372bc1e3f1adb9540c1accf851
|
||||
feedbce8f149820d082ecde4437109cc6b6ea0e3
|
@ -9,12 +9,12 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: temptrigger.test,v 1.2 2009/04/07 14:14:23 danielk1977 Exp $
|
||||
# $Id: temptrigger.test,v 1.3 2009/04/15 13:07:19 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
ifcapable !trigger { finish_test ; return }
|
||||
ifcapable {!trigger || !shared_cache} { finish_test ; return }
|
||||
|
||||
# Test cases:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user