~nuclearbob/ubuntu-test-cases/touch-trace-export

« back to all changes in this revision

Viewing changes to tests/health-check/setup.sh

  • Committer: Max Brustkern
  • Date: 2014-11-14 15:21:08 UTC
  • mfrom: (169.39.95 touch)
  • Revision ID: max@canonical.com-20141114152108-0jvhq3rye98i2mi7
Merged changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -x
2
2
echo "Setting up"
3
3
 
4
 
${TARGET_PREFIX} apt-get install health-check
 
4
${TARGET_PREFIX} sudo apt-get install -y health-check python3-psutil
5
5
 
6
6
${TARGET_PREFIX} mkdir -p /tmp/results
7
7