~james-w/pkgme/trunk

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

LOG_FILE=log

echo "Running pkgme tests in tarmac" > $LOG_FILE
make download-cache >> $LOG_FILE
bzr up download-cache >> $LOG_FILE
make bootstrap >> $LOG_FILE
make test