~fginther/+junk/otto-generic-mediumtests-test

« back to all changes in this revision

Viewing changes to run_otto_job

  • Committer: Christopher Lee
  • Date: 2013-09-02 04:35:16 UTC
  • Revision ID: chris.lee@canonical.com-20130902043516-fc9mxjjjwdbk3bw5
Remove testing code

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
export RESULTSDIR="${WORKSPACE}/results"
103
103
 
104
104
# NOTE: Run otto-run with -E to preserve the environment
105
 
echo sudo -E $HOME/bin/otto-run $CONTAINER $TS_EXPORT || echo "E: otto-run exited with status $?"
 
105
sudo -E $HOME/bin/otto-run $CONTAINER $TS_EXPORT || echo "E: otto-run exited with status $?"
106
106
 
107
 
exit 0
108
107
set +e
109
108
show_dl_addr $CONTAINER
110
109
set -e