File: aptest.testdb

package info (click to toggle)
apt-proxy 1.9.35-0.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 616 kB
  • ctags: 712
  • sloc: python: 3,749; sh: 384; makefile: 63
file content (11 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

profile=

# If you run 'aptest profile' you will get a dump of all functions to ap-profile.log
if [ "$1" = profile ]; then
  profile="-p ap-profile.log"
fi

echo "----------- `date` -------------------" >> aptest.log
PYTHONPATH="`pwd`" bin/apt-proxy -c apt-proxy.conf.test | tee -a aptest.log