]> granicus.if.org Git - python/commitdiff
install svn in /usr/local/bin and remove from ~/local/bin
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 3 Jan 2006 00:33:50 +0000 (00:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 3 Jan 2006 00:33:50 +0000 (00:33 +0000)
Misc/build.sh

index ab55c600ccc2620c1db176d854a264f9fca90b3e..8db5529215b8dd81fbb0d1573e3b69effc970689 100755 (executable)
@@ -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