~james-page/swift/fixup-upgrades

« back to all changes in this revision

Viewing changes to .probetests

  • Committer: James Page
  • Date: 2014-04-04 09:58:38 UTC
  • Revision ID: james.page@canonical.com-20140404095838-wy3t993v1exu521y
Drop cruft

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
4
 
 
5
 
cd ${SRC_DIR}/test/probe
6
 
nosetests --exe $@
7
 
rvalue=$?
8
 
cd -
9
 
 
10
 
exit $rvalue