Changeset 507 for pkpgcounter/trunk/tests/runtest.sh
- Timestamp:
- 11/22/07 13:02:05 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/tests/runtest.sh
r505 r507 17 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 18 19 echo -n "Generating testsuite..." 20 gunzip <master.ps.gz >master2.ps 21 22 python ./gstests.py master2.ps 19 echo "Generating testsuite..." 20 gunzip <master.ps.gz | python ./gstests.py - 23 21 24 22 if ! [ -f "colors.pdf" ] ; then