Changeset 201 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
04/04/05 14:19:03 (19 years ago)
Author:
jerome
Message:

Launches the correct file now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/tests/runtest.sh

    r200 r201  
    1111 
    1212echo -n "File master.ps should be 16 pages long, result is : " 
    13 python ../pdlanalyzer/pdlparser.py master2.ps 
     13python ../pdlanalyzer/analyzer.py master2.ps 
    1414 
    1515echo "Analyzing testsuite..." 
    1616for file in testsuite.* ; do 
    17     echo -n "$file ===> " && python ../pdlanalyzer/pdlparser.py "$file" ; 
     17    echo -n "$file ===> " && python ../pdlanalyzer/analyzer.py "$file" ; 
    1818done