Changeset 3223

Show
Ignore:
Timestamp:
06/05/12 16:53:01 (12 months ago)
Author:
mstimberg
Message:

delete left-over compiled code from previous runs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dev/jenkins/linux_scripts/test_brian.sh

    r3210 r3223  
    55export PYTHONPATH=$(pwd)/build/lib:$PYTHONPATH 
    66 
     7# delete remaining compiled code from previous runs 
     8echo deleting '~/.python*_compiled' if it exists 
     9rm -r ~/.python*_compiled || : 
     10 
    711# Run unit tests and record coverage but do not fail the build if anything goes wrong here 
    812~/.jenkins/virtual_envs/$PythonVersion/$packages/bin/coverage -e || :