aboutsummaryrefslogtreecommitdiff
path: root/test/tester.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/tester.tcl')
-rw-r--r--test/tester.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tester.tcl b/test/tester.tcl
index 9cf4a9b59..c88061e9b 100644
--- a/test/tester.tcl
+++ b/test/tester.tcl
@@ -749,6 +749,7 @@ proc do_ioerr_test {testname args} {
# 1. We never hit the IO error and the SQL returned OK
# 2. An IO error was hit and the SQL failed
#
+ #puts "s=$s r=$r q=$q"
expr { ($s && !$r && !$q) || (!$s && $r && $q) }
} {1}