projects
/
cql-java-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb91820
)
Emit "=== end ===" after comparison.
author
mike
<mike>
Thu, 21 Jun 2007 10:10:32 +0000
(10:10 +0000)
committer
mike
<mike>
Thu, 21 Jun 2007 10:10:32 +0000
(10:10 +0000)
test/regression/runtests
patch
|
blob
|
history
diff --git
a/test/regression/runtests
b/test/regression/runtests
index
71004b7
..
008c271
100755
(executable)
--- a/
test/regression/runtests
+++ b/
test/regression/runtests
@@
-1,6
+1,6
@@
#!/usr/bin/perl -w
-# $Id: runtests,v 1.8 2007-06-07 16:17:28 mike Exp $
+# $Id: runtests,v 1.9 2007-06-21 10:10:32 mike Exp $
use IO::File;
use strict;
@@
-39,6
+39,7
@@
while (<sections/*>) {
print "\n *** different XCQL output\n";
print "=== correct ===\n$correct";
print "=== tested ===\n$tested";
+ print "=== end ===\n";
}
}
}