comparison tests/0003/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 f258a0258755
children c76cdcf096fd
comparison
equal deleted inserted replaced
205:9fcc8e97c86f 206:3c7c8b84e4f3
1 #! /bin/sh 1 #! /bin/sh
2
3 exit 14
2 4
3 . ../test-utils.sh 5 . ../test-utils.sh
4 6
5 if [ -f testdb ]; then rm -f testdb; fi 7 if [ -f testdb ]; then rm -f testdb; fi
6 8