Changeset 3223
- Timestamp:
- 06/05/12 16:53:01 (12 months ago)
- Files:
-
- 1 modified
-
trunk/dev/jenkins/linux_scripts/test_brian.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dev/jenkins/linux_scripts/test_brian.sh
r3210 r3223 5 5 export PYTHONPATH=$(pwd)/build/lib:$PYTHONPATH 6 6 7 # delete remaining compiled code from previous runs 8 echo deleting '~/.python*_compiled' if it exists 9 rm -r ~/.python*_compiled || : 10 7 11 # Run unit tests and record coverage but do not fail the build if anything goes wrong here 8 12 ~/.jenkins/virtual_envs/$PythonVersion/$packages/bin/coverage -e || :
