istopwg / ippeveselfcert

IPP Everywhere Printer Self-Certification Tools
https://www.pwg.org/ipp/everywhere.html
Apache License 2.0
21 stars 6 forks source link

document test cannot run #30

Closed jiape closed 6 years ago

jiape commented 6 years ago
  1. git clone the latest test suite.
  2. cd tests
  3. curl http://ftp.pwg.org/pub/pwg/ipp/examples/pwg-raster-samples-300dpi-20150616.zip >temp.zip
  4. rm temp.zip
  5. cd ..
  6. ./runtests.sh document-tests.sh "Example Test Printer"

Actual Results: You must first download and extract the PWG Raster Format sample files from:

http://ftp.pwg.org/pub/pwg/ipp/examples/

Before you can run this script.

(Look for the @PWGRASTER_VERSION@ files...)

michaelrsweet commented 6 years ago

@jiape I cannot reproduce from a fresh checkout - are you running the configure script and making things after you clone the repository?

Also, are you unzipping the sample file archive?

jiape commented 6 years ago

yes, i run configure && make after cloned the scripts, i can run bonjour-tests, ipp-tests.

yes I unzipped the sample file followed README.

michaelrsweet commented 6 years ago

[master 523e102] Remove old PWGRASTER_VERSION in document-tests.sh (Issue #30)

jiape commented 6 years ago

Thanks Michael, it works now.