diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-03 00:33:50 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-03 00:33:50 (GMT) |
commit | a39f0572e60c0cc95bb9ac0181fe9e2a3687f530 (patch) | |
tree | 831604927c57888ff0083a23e89bdfe577ac3716 /Misc | |
parent | d3a5867c0b580d8791d9762e4464c7cbb56220f7 (diff) | |
download | cpython-a39f0572e60c0cc95bb9ac0181fe9e2a3687f530.zip cpython-a39f0572e60c0cc95bb9ac0181fe9e2a3687f530.tar.gz cpython-a39f0572e60c0cc95bb9ac0181fe9e2a3687f530.tar.bz2 |
install svn in /usr/local/bin and remove from ~/local/bin
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index ab55c60..8db5529 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -30,9 +30,6 @@ ## basename, date, dirname, expr, grep, readlink, uname ## cksum, make, mutt, rsync, svn -## need to get svn from ~/local/bin -PATH=$PATH:$HOME/local/bin - ## remember where did we started from DIR=`dirname $0` if [ "$DIR" = "" ]; then @@ -145,6 +142,7 @@ if [ $err = 0 ]; then make test >& build/$F NUM_FAILURES=`grep -ic fail build/$F` update_status "Testing basics ($NUM_FAILURES failures)" "$F" $start + ## FIXME: should mail since -uall below should find same problems mail_on_failure "basics" buiild/$F ## run the tests looking for leaks |