Fix an incorrect comment (a copy/paste error) in the mptester. No code
changes. FossilOrigin-Name: e94783f36ade43ef9d5b94db278622bcbce4179b
This commit is contained in:
parent
bc08281954
commit
93c8c457e8
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Add\sthe\s--breakpoint\sand\s--show-sql-errors\scommands\sto\smptester.
|
||||
D 2013-04-18T15:11:03.053
|
||||
C Fix\san\sincorrect\scomment\s(a\scopy/paste\serror)\sin\sthe\smptester.\s\sNo\scode\nchanges.
|
||||
D 2013-04-18T20:33:41.233
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 3dd3fcb87b70c78d99b2c8a03e44ec86d6ca9ce2
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -114,7 +114,7 @@ F mptest/config01.test 3c6adcbc50b991866855f1977ff172eb6d901271
|
||||
F mptest/config02.test 4415dfe36c48785f751e16e32c20b077c28ae504
|
||||
F mptest/crash01.test a5f31998ed48de8267d6620e8af107ec148e5f12
|
||||
F mptest/crash02.subtest f4ef05adcd15d60e5d2bd654204f2c008b519df8
|
||||
F mptest/mptest.c ce0d99750a9c01624f29b8942241592e94a7d0d1
|
||||
F mptest/mptest.c 499a74af4be293b7c1c7c3d40f332b67227dd739
|
||||
F mptest/multiwrite01.test 81fbc17657964889b60750bd7bbb1deffe8f4d42
|
||||
F spec.template 86a4a43b99ebb3e75e6b9a735d5fd293a24e90ca
|
||||
F sqlite.pc.in 42b7bf0d02e08b9e77734a47798d1a55a9e0716b
|
||||
@ -1051,7 +1051,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
|
||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
|
||||
F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
|
||||
P e9f9d84b223b69d36688cd7a4c7c696bfda8a1ad
|
||||
R fd7f4162984b752563533589ad89bff8
|
||||
P d0898fd76a54512894418e53ba28703e250c9ed3
|
||||
R 489ed5534c8ff7ba356053afa67de654
|
||||
U drh
|
||||
Z e0f5854023cf43fccbc89e940a13a42c
|
||||
Z da35d51e74cda792a97ee9cf150ece03
|
||||
|
@ -1 +1 @@
|
||||
d0898fd76a54512894418e53ba28703e250c9ed3
|
||||
e94783f36ade43ef9d5b94db278622bcbce4179b
|
@ -934,8 +934,8 @@ static void runScript(
|
||||
/*
|
||||
** --testcase NAME
|
||||
**
|
||||
** Exit this process. If N>0 then exit without shutting down
|
||||
** SQLite. (In other words, simulate a crash.)
|
||||
** Begin a new test case. Announce in the log that the test case
|
||||
** has begun.
|
||||
*/
|
||||
if( strcmp(zCmd, "testcase")==0 ){
|
||||
if( g.iTrace==1 ) logMessage("%.*s", len - 1, zScript+ii);
|
||||
|
Loading…
Reference in New Issue
Block a user