Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-printing: Fix vlp testprinter application. | Günther Deschner | 2009-05-26 | 1 | -24/+23 |
| | | | | | | | | | | | | Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther (cherry picked from commit 94665adb484c25534b756012e9b55f01737b7713) (cherry picked from commit 502d9ec5d1f37cd5d992324025b88756b6a475ec) | ||||
* | Hopefully fix the buildfarm. Add some debug level 10 messages | Jeremy Allison | 2009-05-26 | 1 | -4/+13 |
| | | | | | | | | | I used to track down the vlp problem, change the vlp test printer not to use a static path of /tmp/vlp.tdb for the virtual print database (as this will eventually fill up). Cause it to use a virtual print database inside the cachepath. Jeremy. (cherry picked from commit dcf314874e90ec9debf1582fc3f6b07f2d4d30ca) | ||||
* | Fix printf warnings found on systems where time_t <> long int. | Jeremy Allison | 2009-02-19 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | vlp: Move closer to the code tested. | Kai Blin | 2008-10-19 | 2 | -0/+450 |