~autopilot/unity/utah-jenkins-nonpreseed

« back to all changes in this revision

Viewing changes to resources/system_setup_scripts/support_scripts/start_autopilot_tests.sh

  • Committer: Christopher Lee
  • Date: 2013-03-10 23:59:49 UTC
  • Revision ID: chris.lee@canonical.com-20130310235949-acgz18s768t1gqoj
Debugging logging for pythonpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
fi
91
91
 
92
92
# Run the command
93
 
echo Starting suite: $THIS_TEST &>> $LOGGING_FILE
 
93
echo "Starting suite: $THIS_TEST" &>> $LOGGING_FILE
 
94
echo "Using this PYTHONPATH: $(echo $PYTHONPATH) ($PYTHONPATH)" &>> $LOGGING_FILE
 
95
# perhaps change to echoed to file can PYTHONPATH=$(cat file) autopilot. . .
94
96
autopilot run -v -r -rd $BASE_RESULTS_DIR/artifacts \
95
97
    -f xml -o $BASE_RESULTS_DIR/testresults/$THIS_TEST-result.xml \
96
98
    $THIS_TEST \