~ubuntu-branches/debian/stretch/apt-cacher-ng/stretch

« back to all changes in this revision

Viewing changes to test/apptests.sh

  • Committer: Package Import Robot
  • Author(s): Eduard Bloch
  • Date: 2015-09-21 21:35:41 UTC
  • mfrom: (1.6.28)
  • Revision ID: package-import@ubuntu.com-20150921213541-rh3tsf8k2g2n0fdr
Tags: 0.8.6-1
* New upstream version
  + replaces the expiration call mechanism and script with native
    implementation (closes: 794328)
* Changed error log rotation schedule to daily execution (to expire some
  cruft from ancient bugs sooner or later)
* removed urlencode-fixer.pl (should be obsolete now), expire-caller.pl
  (symlink to acngtool which emulates it)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
set -e
 
3
xv=$(cat VERSION)
 
4
head -n1 ChangeLog
 
5
head -n1 ChangeLog | grep "$xv"
 
6
 
 
7
bash -x test/cmdline/apt-cacher-ng.sh
 
8
. test/include/start.sh $(mktemp -d) builddir/apt-cacher-ng
 
9
(cd test/soap && bash -x soaptest.sh)
 
10
finish_acng