~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to test/run-stp-tests.sh

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
# "$Id: run-stp-tests.sh 8783 2009-08-28 17:51:05Z mike $"
 
3
# "$Id: run-stp-tests.sh 8914 2009-12-09 06:10:22Z mike $"
4
4
#
5
5
#   Perform the complete set of IPP compliance tests specified in the
6
6
#   CUPS Software Test Plan.
275
275
ln -s $root/data/*.defs /tmp/cups-$user/share/ppdc
276
276
ln -s $root/templates /tmp/cups-$user/share
277
277
 
278
 
if test $ssltype != 0; then
279
 
        mkdir $root/ssl
280
 
        cp server.* $root/ssl
281
 
fi
282
 
 
283
278
#
284
279
# Mac OS X filters and configuration files...
285
280
#
437
432
 
438
433
export SHLIB_PATH
439
434
 
 
435
CUPS_DISABLE_APPLE_DEFAULT=yes; export CUPS_DISABLE_APPLE_DEFAULT
440
436
CUPS_SERVER=localhost:8631; export CUPS_SERVER
441
437
CUPS_SERVERROOT=/tmp/cups-$user; export CUPS_SERVERROOT
442
438
CUPS_STATEDIR=/tmp/cups-$user; export CUPS_STATEDIR
844
840
fi
845
841
 
846
842
#
847
 
# End of "$Id: run-stp-tests.sh 8783 2009-08-28 17:51:05Z mike $"
 
843
# End of "$Id: run-stp-tests.sh 8914 2009-12-09 06:10:22Z mike $"
848
844
#