Changeset 235 for pkpgcounter/trunk/tests/runtest.sh
- Timestamp:
- 07/09/05 10:46:59 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/tests/runtest.sh
r220 r235 11 11 12 12 echo -n "File master.ps should be 16 pages long, result is : " 13 python ../p dlanalyzer/analyzer.py master2.ps13 python ../pkpgpdls/analyzer.py master2.ps 14 14 15 15 echo "Analyzing testsuite..." 16 16 for file in testsuite.* ; do 17 echo -n "$file ===> " && python ../p dlanalyzer/analyzer.py "$file" ;17 echo -n "$file ===> " && python ../pkpgpdls/analyzer.py "$file" ; 18 18 done