Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a39f0572
Commit
a39f0572
authored
Jan 03, 2006
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install svn in /usr/local/bin and remove from ~/local/bin
parent
d3a5867c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Misc/build.sh
Misc/build.sh
+1
-3
No files found.
Misc/build.sh
View file @
a39f0572
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment