~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to run-unit-tests

  • Committer: Curtis Hovey
  • Date: 2014-08-01 12:44:38 UTC
  • Revision ID: curtis@canonical.com-20140801124438-l48516pldkzh7g5n
Do not show all the files in the tarball because it distracts from the test output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    sudo mount -t tmpfs -o size=2G /mnt/tmp /mnt/tmp
102
102
    export TMPDIR=/mnt/tmp
103
103
fi
104
 
tar -xzvf $tarfile
 
104
tar -xzf $tarfile
105
105
export GOPATH=\$HOME/$juju_version
106
106
if [[ -d \$GOPATH/src/launchpad.net/juju-core ]]; then
107
107
    cd \$GOPATH/src/launchpad.net/juju-core