Changeset 510 for pkpgcounter/trunk/tests/runtest.sh
- Timestamp:
- 11/22/07 13:56:06 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/tests/runtest.sh
r507 r510 17 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 18 19 echo "Generating testsuite..." 20 gunzip <master.ps.gz | python ./gstests.py - 21 19 echo "Analyzing colors..." 22 20 if ! [ -f "colors.pdf" ] ; then 23 21 python ./runcolors.py ; … … 25 23 echo 26 24 27 echo "Analyzing colors..."28 25 for cspace in BW RGB CMY CMYK GC ; do 29 26 echo "Colorspace : $cspace" ; … … 31 28 echo ; 32 29 done 30 31 echo "Generating testsuite..." 32 gunzip <master.ps.gz | python ./gstests.py - 33