- Timestamp:
- 12/16/04 16:12:56 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/tests/runtest.sh
r1702 r1988 15 15 echo "Analyzing testsuite..." 16 16 for file in testsuite.* ; do 17 echo -n "$file ===> " && python ../pykota/pdlanalyzer.py "$file" ; 17 echo -n "$file ===> " && python ../pykota/pdlanalyzer.py --debug "$file" ; 18 echo ; 18 19 done