Emit "=== end ===" after comparison.
[cql-java-moved-to-github.git] / test / regression / runtests
index 71004b7..008c271 100755 (executable)
@@ -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";
        }
     }
 }