Changeset 510

Show
Ignore:
Timestamp:
11/22/07 13:56:06 (16 years ago)
Author:
jerome
Message:

Moved the color testing before the page accounting tests to improve readability.

Files:
1 modified

Legend:

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

    r507 r510  
    1717# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1818 
    19 echo "Generating testsuite..." 
    20 gunzip <master.ps.gz | python ./gstests.py - 
    21  
     19echo "Analyzing colors..." 
    2220if ! [ -f "colors.pdf" ]  ; then 
    2321   python ./runcolors.py ;  
     
    2523echo  
    2624 
    27 echo "Analyzing colors..." 
    2825for cspace in BW RGB CMY CMYK GC ; do 
    2926    echo "Colorspace : $cspace" ; 
     
    3128    echo ; 
    3229done     
     30 
     31echo "Generating testsuite..." 
     32gunzip <master.ps.gz | python ./gstests.py - 
     33