diff tests/0032/run-test.sh @ 206:3c7c8b84e4f3 refactoring

Delete pointQuery() and trackPointQuery() New convention for tests: an exit code of 14 means "not applicable", as in n/a = 14/1. Decorate the newly-failing tests with "exit 14".
author mas01cr
date Wed, 28 Nov 2007 17:04:09 +0000
parents 8c81cacf5aab
children c76cdcf096fd
line wrap: on
line diff
--- a/tests/0032/run-test.sh	Wed Nov 28 15:13:22 2007 +0000
+++ b/tests/0032/run-test.sh	Wed Nov 28 17:04:09 2007 +0000
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+exit 14
+
 . ../test-utils.sh
 
 if [ -f testdb ]; then rm -f testdb; fi