comparison TOOLS/checktree.sh @ 16405:13ac8d0ba7fd

10l
author ivo
date Tue, 06 Sep 2005 15:30:12 +0000
parents d4cf25d45b13
children 80d3fdcf58a8
comparison
equal deleted inserted replaced
16404:4a1faa9c8f07 16405:13ac8d0ba7fd
170 ;; 170 ;;
171 -noall) 171 -noall)
172 disable_all_tests 172 disable_all_tests
173 ;; 173 ;;
174 -none) 174 -none)
175 disable_all 175 disable_all_tests
176 ;; 176 ;;
177 -*) 177 -*)
178 echo "unknown option: $i" >&2 178 echo "unknown option: $i" >&2
179 exit 0 179 exit 0
180 ;; 180 ;;