diff options
author | Günther Deschner <gd@samba.org> | 2010-03-26 22:59:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-26 23:01:19 +0100 |
commit | 203a661e01e1a138871aacb1cc329a3e3e79295a (patch) | |
tree | 8d326887191900543ac3f281a317287e6c790861 /source3/script/tests | |
parent | d3a22fc62b69ebaea84955b1083d59ca4001d50c (diff) | |
download | samba-203a661e01e1a138871aacb1cc329a3e3e79295a.tar.gz samba-203a661e01e1a138871aacb1cc329a3e3e79295a.tar.bz2 samba-203a661e01e1a138871aacb1cc329a3e3e79295a.zip |
s3-selftest: set "lpq cache time = 0" in server configuration.
This fixes currently broken spoolss tests.
(make test variant).
Guenther
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 40ada286d2..a13877ddc9 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -315,6 +315,7 @@ cat >$SERVERCONFFILE<<EOF lp resume command = $BINDIR/vlp tdbfile=$LOCKDIR/vlp.tdb lpresume %p %j queue pause command = $BINDIR/vlp tdbfile=$LOCKDIR/vlp.tdb queuepause %p queue resume command = $BINDIR/vlp tdbfile=$LOCKDIR/vlp.tdb queueresume %p + lpq cache time = 0 #Include user defined custom parameters if set $INCLUDE_CUSTOM_CONF |