Show
Ignore:
Timestamp:
07/03/04 10:29:26 (20 years ago)
Author:
jalet
Message:

Replaced uncompressed version of the PostScript? file with a compressed version

Files:
1 modified

Legend:

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

    r1588 r1589  
    22 
    33echo -n "Generating testsuite..." 
    4 /bin/rm -f testsuite.* 
     4/bin/rm -f testsuite.* master2.ps 
     5gunzip <master.ps.gz >master2.ps 
    56for device in laserjet ljet3 ljet4 lj5gray lj5mono pxlmono pxlcolor pdfwrite pswrite psgray psmono psrgb ; do 
    6     gs -dQUIET -dBATCH -dNOPAUSE -sOutputFile="testsuite.$device" -sDEVICE="$device" master.ps ; 
     7    gs -dQUIET -dBATCH -dNOPAUSE -sOutputFile="testsuite.$device" -sDEVICE="$device" master2.ps ; 
    78    done 
    89echo  
    910 
    1011echo -n "File master.ps should be 16 pages long, result is : " 
    11 python ../pykota/pdlanalyzer.py master.ps 
     12python ../pykota/pdlanalyzer.py master2.ps 
    1213 
    1314echo "Analyzing testsuite..."