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
b731057b
Commit
b731057b
authored
Sep 03, 2002
by
Per Cederqvist
Browse files
More portable handling of "(W)". Something strange is going on with
the compat builds; added debug statements.
parent
0fc882ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
b731057b
...
...
@@ -49,11 +49,13 @@ do
done
if
$compat
then
:
then
echo
bad: this is a compat build
else
rm
-rf
r
mkdir
r
exec
>
r/shlog.txt 2>&1
echo
good: this is not a compat build
fi
VERS
=
`
echo
lyskom-server
*
tar.gz|sed s/lyskom-server-//|sed s/.tar.gz//
`
...
...
@@ -255,7 +257,7 @@ timeecho Collecting results
# Check for warnings
if
test
-f
r/make.pass
then
grep
-i
'warning
\
|(w)'
r/makelog.txt
\
e
grep
-i
'warning|
\
(w
\
)'
r/makelog.txt
\
|
grep
-v
regex
\\
.c
\
>
r/makewarn.txt
if
test
`
wc
-l
< r/makewarn.txt
`
-gt
0
...
...
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