~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to test/integration/framework

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, TJ Guthrie
  • Date: 2013-11-24 10:56:22 UTC
  • mfrom: (1.5.40 experimental)
  • mto: (1.5.41 experimental)
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: package-import@ubuntu.com-20131124105622-p22c5ttgxd6nrq5g
Tags: 0.9.13
[ TJ Guthrie ]
Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204 
LP: #1206047

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
}
117
117
gdb() {
118
118
        echo "gdb: run »$*«"
119
 
        APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1
 
119
        APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1 --args $*
120
120
}
121
121
http() {
122
122
        LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/methods/http