summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-29 14:29:25 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-29 14:50:25 +0200
commita983e988806c747f8c27fec493d6372b52f43743 (patch)
treeffee1d5845151372abb314754a7de43e9a322281
parent53b724da1d23a015bd6f4f406c5a9a249bc920f6 (diff)
downloadsamba-a983e988806c747f8c27fec493d6372b52f43743.tar.gz
samba-a983e988806c747f8c27fec493d6372b52f43743.tar.xz
samba-a983e988806c747f8c27fec493d6372b52f43743.zip
s3-test: make it possible to find the built vlp in "make test".
Guenther (cherry picked from commit 3316ae9d75dfe6c7a960938c9503367880510079) (cherry picked from commit 0146649cf95ad27a583057df300fe5712b89e806)
-rwxr-xr-xsource3/script/tests/selftest.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 2fc35f1ec47..708a45b4064 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -254,7 +254,15 @@ cat >$SERVERCONFFILE<<EOF
[print1]
copy = tmp
printable = yes
- printing = test
+ printing = vlp
+ print command = $BINDIR/vlp print %p %s
+ lpq command = $BINDIR/vlp lpq %p
+ lp rm command = $BINDIR/vlp lprm %p %j
+ lp pause command = $BINDIR/vlp lppause %p %j
+ lp resume command = $BINDIR/vlp lpresume %p %j
+ queue pause command = $BINDIR/vlp queuepause %p
+ queue resume command = $BINDIR/vlp queueresume %p
+
[print2]
copy = print1
[print3]