aboutsummaryrefslogtreecommitdiff
path: root/test/attachmalloc.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2018-09-18 17:00:06 +0000
committerdan <dan@noemail.net>2018-09-18 17:00:06 +0000
commit253c6ee1bf6d154019435b0a64c5c3d4f681f5f4 (patch)
tree1c6440b63964702ef6928c27e5923da03dad9ee4 /test/attachmalloc.test
parentb1e1a0fd2ddf031c62057493e0bb5bda35101461 (diff)
downloadsqlite-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.test2
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
}