diff options
author | dan <dan@noemail.net> | 2018-09-18 17:00:06 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2018-09-18 17:00:06 +0000 |
commit | 253c6ee1bf6d154019435b0a64c5c3d4f681f5f4 (patch) | |
tree | 1c6440b63964702ef6928c27e5923da03dad9ee4 /test/attachmalloc.test | |
parent | b1e1a0fd2ddf031c62057493e0bb5bda35101461 (diff) | |
download | sqlite-253c6ee1bf6d154019435b0a64c5c3d4f681f5f4.tar.gz sqlite-253c6ee1bf6d154019435b0a64c5c3d4f681f5f4.zip |
Enhance tester.tcl so that when "--malloctrace=1" is specified, the test
generates self-contained Tcl scripts that present GUIs instead of *.sql files
that require a separate program to interpret.
FossilOrigin-Name: de2e3cbd08c00d235106c040fa472ec267ef8f1ec13c34ed7d16deac8d50b6cc
Diffstat (limited to 'test/attachmalloc.test')
-rw-r--r-- | test/attachmalloc.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/attachmalloc.test b/test/attachmalloc.test index 7fee1e1b2..7a82f41f6 100644 --- a/test/attachmalloc.test +++ b/test/attachmalloc.test @@ -18,7 +18,7 @@ set testdir [file dirname $argv0] source $testdir/tester.tcl -ifcapable !memdebug||!attach { +ifcapable !attach { finish_test return } |