Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19fed4a

Browse files
committed
buildbot: delete build directory when re-building
svn path=/trunk/matplotlib/; revision=7599
1 parent 319a78e commit 19fed4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/_buildbot_mac_sage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
set -e
33
rm -rf ${HOME}/.matplotlib/*
4+
rm -rf build
45

56
export PYTHON=${HOME}/dev/bin/python
67
export PREFIX=${HOME}/devbb

0 commit comments

Comments
 (0)