changeset 1710:f28de0a866d2 octave-forge

Only run tests in top-level directories.
author pkienzle
date Wed, 08 Sep 2004 15:10:46 +0000
parents eb76680c2c01
children e41da4a52137
files admin/mktests.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/mktests.sh	Wed Sep 08 15:07:18 2004 +0000
+++ b/admin/mktests.sh	Wed Sep 08 15:10:46 2004 +0000
@@ -6,8 +6,8 @@
 echo "test('','explain',fid);" >> fntests.m
 echo "passes=0; tests=0;" >>fntests.m
 
-# Find all non-cvs directories
-DIRS=`find . -type d ! -name CVS`
+# Find all toplevel non-cvs directories
+DIRS="FIXES `find main extra nonfree -mindepth 1 -maxdepth 1 -type d ! -name CVS`"
 
 # Find the tests in that directory
 for dir in $DIRS; do