Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
baceec77
Commit
baceec77
authored
Aug 25, 2002
by
Per Cederqvist
Browse files
Check for warnings during the build.
parent
024b80ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
baceec77
...
...
@@ -241,6 +241,18 @@ fi
log Begin response assembly
timeecho Collecting results
# Check for warnings
if
test
-f
r/make.pass
then
grep
-i
warning r/makelog.txt
\
|
grep
-v
regex
\\
.c
\
>
r/makewarn.txt
if
test
`
wc
-l
< r/makewarn.txt
`
-gt
0
then
mv
r/make.pass r/make.warn
fi
fi
cp
$BASE
/config.cache r/configcache.txt
for
file
in
$BASE
/src/server/testsuite/
*
.log
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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